Skip to content

Commit

Permalink
Small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muursh authored Jan 22, 2024
1 parent ab4daf6 commit 03f1d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zero_bin/tools/prove_blocks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
OUT_LOG_PATH="${PROOF_OUTPUT_DIR}/b${i}.log"

if [ $IGNORE_PREVIOUS_PROOFS ]; then
# Set checkpoing height to previous block number
# Set checkpoint height to previous block number
prev_proof_num=$((i-1))
PREV_PROOF_EXTRA_ARG="--checkpoint-block-number ${prev_proof_num}"
else
Expand Down

0 comments on commit 03f1d80

Please sign in to comment.