Skip to content

Commit

Permalink
misc: fix logging filename (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare authored Jun 20, 2024
1 parent 2719964 commit baecefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zero_bin/tools/prove_rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
fi

PROOF_OUTPUT_DIR="proofs"
OUT_LOG_PATH="${PROOF_OUTPUT_DIR}/b${i}.log"
OUT_LOG_PATH="${PROOF_OUTPUT_DIR}/b$1_$2.log"
ALWAYS_WRITE_LOGS=0 # Change this to `1` if you always want logs to be written.
TOT_BLOCKS=$(($2-$1+1))

Expand Down

0 comments on commit baecefc

Please sign in to comment.