Skip to content

Commit df57b67

Browse files
committed
Merge remote-tracking branch 'upstream/master' into readonlycrosschain
2 parents 2b51836 + 31e1c7c commit df57b67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ cd ../node3
6060
sh ./control.sh start
6161
6262
// 观察每个节点状态
63-
./bin/xchain-cli status -H :36301
64-
./bin/xchain-cli status -H :36302
65-
./bin/xchain-cli status -H :36303
63+
./bin/xchain-cli chain status -H 127.0.0.1:36101
64+
./bin/xchain-cli chain status -H 127.0.0.1:36102
65+
./bin/xchain-cli chain status -H 127.0.0.1:36103
6666
6767
```
6868

0 commit comments

Comments
 (0)