Skip to content

Commit

Permalink
Some missed PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BGluth committed Jul 8, 2024
1 parent acc8fd1 commit 3df7730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zero_bin/.cargo/config.toml

This file was deleted.

2 changes: 2 additions & 0 deletions zero_bin/tools/prove_rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ RETRIES=${7:-0}
OUTPUT_TO_TERMINAL="${OUTPUT_TO_TERMINAL:-false}"
# Only generate proof by default
RUN_VERIFICATION="${RUN_VERIFICATION:-false}"

mkdir -p $PROOF_OUTPUT_DIR

if [ $IGNORE_PREVIOUS_PROOFS ]; then
# Set checkpoint height to previous block number for the first block in range
prev_proof_num=$(($1-1))
Expand Down

0 comments on commit 3df7730

Please sign in to comment.