Skip to content

Commit 0c101e3

Browse files
committed
CRC: fix typo of 2_1 to 2_5
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 2efa5a8 commit 0c101e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/epoch_25.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ fn microblocks_disabled() {
172172
// wait until just before epoch 2.5
173173
wait_for(30, || {
174174
let tip_info = get_chain_info(&conf);
175-
if tip_info.burn_block_height >= epoch_2_1 - 2 {
175+
if tip_info.burn_block_height >= epoch_2_5 - 2 {
176176
return Ok(true);
177177
}
178178
next_block_and_wait(&mut btc_regtest_controller, &blocks_processed);

0 commit comments

Comments
 (0)