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 2efa5a8 commit 0c101e3Copy full SHA for 0c101e3
testnet/stacks-node/src/tests/epoch_25.rs
@@ -172,7 +172,7 @@ fn microblocks_disabled() {
172
// wait until just before epoch 2.5
173
wait_for(30, || {
174
let tip_info = get_chain_info(&conf);
175
- if tip_info.burn_block_height >= epoch_2_1 - 2 {
+ if tip_info.burn_block_height >= epoch_2_5 - 2 {
176
return Ok(true);
177
}
178
next_block_and_wait(&mut btc_regtest_controller, &blocks_processed);
0 commit comments