Skip to content

Commit

Permalink
fix: interval
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jun 25, 2024
1 parent a1880ce commit 61da40f
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 @@ -75,7 +75,7 @@ fi

# Define block interval
if [ $START_BLOCK == $END_BLOCK ]; then
BLOCK_INTERVAL=$((16#${START_BLOCK#"0x"}))
BLOCK_INTERVAL=$START_BLOCK
else
BLOCK_INTERVAL=$START_BLOCK..=$END_BLOCK
fi
Expand Down

0 comments on commit 61da40f

Please sign in to comment.