Skip to content

Commit

Permalink
Fix incorrect consensus args
Browse files Browse the repository at this point in the history
Signed-off-by: rodion <[email protected]>
  • Loading branch information
rodion-lim-partior committed Jul 1, 2024
1 parent 3af75a7 commit 19cb418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/blockchain/ethereum/quorum/quorum.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ set -o pipefail
set -o xtrace
GOQUORUM_CONS_ALGO=%[1]s
if [ "istanbul" == "$GOQUORUM_CONS_ALGO" ];
if [ "ibft" == "$GOQUORUM_CONS_ALGO" ];
then
echo "Using istanbul for consensus algorithm..."
export CONSENSUS_ARGS="--istanbul.blockperiod %[6]d --mine --miner.threads 1 --miner.gasprice 0 --emitcheckpoints"
Expand Down

0 comments on commit 19cb418

Please sign in to comment.