Skip to content

Commit c9a97cb

Browse files
committed
chore: fix comment
1 parent 4c1b5c5 commit c9a97cb

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
@@ -168,7 +168,7 @@ fn microblocks_disabled() {
168168
let tx = make_stacks_transfer_mblock_only(&spender_1_sk, 0, 500, &spender_2_addr, 500);
169169
submit_tx(&http_origin, &tx);
170170

171-
// wait until just before epoch 2.1
171+
// wait until just before epoch 2.5
172172
loop {
173173
let tip_info = get_chain_info(&conf);
174174
if tip_info.burn_block_height >= epoch_2_5 - 2 {

0 commit comments

Comments
 (0)