Skip to content

Commit

Permalink
update dpos test port
Browse files Browse the repository at this point in the history
  • Loading branch information
libangzhu committed Nov 15, 2023
1 parent 3f12233 commit 3f207d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/consensus/dpos/chain33.test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ timeoutVoting=3000
timeoutWaitNotify=2000
createEmptyBlocks=false
createEmptyBlocksInterval=0
validatorNodes=["127.0.0.1:36656"]
validatorNodes=["127.0.0.1:36676"]
delegateNum=1
blockInterval=2
continueBlockNum=12
Expand Down
6 changes: 3 additions & 3 deletions plugin/consensus/dpos/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ timeoutVoting=3000
timeoutWaitNotify=2000
createEmptyBlocks=false
createEmptyBlocksInterval=0
validatorNodes=["127.0.0.1:36656"]
validatorNodes=["127.0.0.1:36676"]
delegateNum=1
blockInterval=2
continueBlockNum=12
isValidator=true
port="36656"
port="36676"
#shuffleType为1表示使用固定出块顺序,为2表示使用vrf信息进行出块顺序洗牌
shuffleType=1
#是否更新topN,如果为true,根据下面几个配置项定期更新topN节点;如果为false,则一直使用初始配置的节点,不关注投票结果
Expand Down Expand Up @@ -279,7 +279,7 @@ timeoutVoting=3000
timeoutWaitNotify=2000
createEmptyBlocks=false
createEmptyBlocksInterval=0
validatorNodes=["127.0.0.1:36656"]
validatorNodes=["127.0.0.1:36676"]
delegateNum=1
blockInterval=2
continueBlockNum=12
Expand Down

0 comments on commit 3f207d6

Please sign in to comment.