We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b51836 + 31e1c7c commit df57b67Copy full SHA for df57b67
1 file changed
README.md
@@ -60,9 +60,9 @@ cd ../node3
60
sh ./control.sh start
61
62
// 观察每个节点状态
63
-./bin/xchain-cli status -H :36301
64
-./bin/xchain-cli status -H :36302
65
-./bin/xchain-cli status -H :36303
+./bin/xchain-cli chain status -H 127.0.0.1:36101
+./bin/xchain-cli chain status -H 127.0.0.1:36102
+./bin/xchain-cli chain status -H 127.0.0.1:36103
66
67
```
68
0 commit comments