Skip to content

Commit d1a80b1

Browse files
committed
update the starting block for block replay testing - should be 1k blocks
1 parent 467f0e7 commit d1a80b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tools/block-replay.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ start_replay() {
195195
starting_block=0 # for the block counter, start at this block
196196
## use these values if `--testing` arg is provided (only replay 1_000 blocks) Note: 2.5 epoch is at 153106
197197
${TESTING} && total_blocks=153000
198-
${TESTING} && starting_block=15200
198+
${TESTING} && starting_block=152000
199199
;;
200200
esac
201201
local block_diff=$((total_blocks - starting_block)) ## how many blocks are being replayed

0 commit comments

Comments
 (0)