Skip to content

Commit

Permalink
Update group_use_cases.md (#1635)
Browse files Browse the repository at this point in the history
Fix configuration information
wrong: 21000
right : 20100

Co-authored-by: XingQiang Bai <bxq2011hust@qq.com>
  • Loading branch information
windwindwa and bxq2011hust committed Mar 22, 2023
1 parent dba0259 commit f44f053
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2.x/docs/manual/group_use_cases.md
Expand Up @@ -646,12 +646,12 @@ $ cp ~/fisco/console/conf/config-example.toml ~/fisco/console/conf/config.toml

# 修改控制台连接节点的端口为20100和20101
# linux系统使用如下命令:
$ sed -i 's/127.0.0.1:20200/127.0.0.1:21000/g' ~/fisco/console/conf/config.toml
$ sed -i 's/127.0.0.1:20201/127.0.0.1:21001/g' ~/fisco/console/conf/config.toml
$ sed -i 's/127.0.0.1:20200/127.0.0.1:20100/g' ~/fisco/console/conf/config.toml
$ sed -i 's/127.0.0.1:20201/127.0.0.1:20101/g' ~/fisco/console/conf/config.toml

# mac系统使用如下命令:
$ sed -i .bkp 's/127.0.0.1:20200/127.0.0.1:21000/g' ~/fisco/console/conf/config.toml
$ sed -i .bkp 's/127.0.0.1:20201/127.0.0.1:21001/g' ~/fisco/console/conf/config.toml
$ sed -i .bkp 's/127.0.0.1:20200/127.0.0.1:20100/g' ~/fisco/console/conf/config.toml
$ sed -i .bkp 's/127.0.0.1:20201/127.0.0.1:20101/g' ~/fisco/console/conf/config.toml
```

**通过控制台向群组发交易**
Expand Down

0 comments on commit f44f053

Please sign in to comment.