Skip to content

Commit

Permalink
Update multihost.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CN-LUOJC authored Nov 3, 2023
1 parent cf9a6b6 commit a17943c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2.x/docs/tutorial/multihost.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ info|2019-01-21 17:31:18.317105| [P2P][Service] heartBeat,connected count=3
```bash
tail -f ~/fisco/*/node0/log/* |grep -i +++
```
正常情况会不停输出`++++Generating seal`,表示共识正常
正常情况会不停输出带有`++++Generating seal`的日志,即表示共识正常
```bash
info|2020-12-22 17:24:43.729402|[g:1][CONSENSUS][SEALER]++++++++++++++++ Generating seal on,blkNum=1,tx=0,nodeIdx=1,hash=2e133146...
info|2020-12-22 17:24:47.740603|[g:1][CONSENSUS][SEALER]++++++++++++++++ Generating seal on,blkNum=1,tx=0,nodeIdx=1,hash=eb199760...
Expand Down Expand Up @@ -372,4 +372,4 @@ Return values:
# 获取当前块高
[group:1]> getBlockNumber
2
```
```

0 comments on commit a17943c

Please sign in to comment.