We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467f0e7 commit d1a80b1Copy full SHA for d1a80b1
contrib/tools/block-replay.sh
@@ -195,7 +195,7 @@ start_replay() {
195
starting_block=0 # for the block counter, start at this block
196
## use these values if `--testing` arg is provided (only replay 1_000 blocks) Note: 2.5 epoch is at 153106
197
${TESTING} && total_blocks=153000
198
- ${TESTING} && starting_block=15200
+ ${TESTING} && starting_block=152000
199
;;
200
esac
201
local block_diff=$((total_blocks - starting_block)) ## how many blocks are being replayed
0 commit comments