Skip to content

Commit

Permalink
fix(eldfell): fix --proveUnassignedBlocks flag setting (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Aug 4, 2023
1 parent f83afaa commit 0a86e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/l3/start-prover-relayer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ if [ "$ENABLE_PROVER" == "true" ]; then
if [[ ! -z "$PROVE_UNASSIGNED_BLOCKS" ]]; then
ARGS="${ARGS} --prover.proveUnassignedBlocks"
else
ARGS="${ARGS} --prover.proveUnassignedBlocks false"
ARGS="${ARGS} --prover.proveUnassignedBlocks=false"
fi


taiko-client prover ${ARGS}
else
Expand Down

0 comments on commit 0a86e18

Please sign in to comment.