Skip to content

Commit

Permalink
Remove validator-set-size from cluster script (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Apr 12, 2023
1 parent de2bd8c commit f1f4e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cluster
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function initIbftConsensus() {

function initPolybftConsensus() {
echo "Running with polybft consensus"
genesis_params="--consensus polybft --validator-set-size=4 --bridge-json-rpc http://127.0.0.1:8545"
genesis_params="--consensus polybft --bridge-json-rpc http://127.0.0.1:8545"
./polygon-edge polybft-secrets --insecure --data-dir test-chain- --num 4
./polygon-edge manifest
}
Expand Down

0 comments on commit f1f4e8f

Please sign in to comment.