Skip to content

Commit d5308ce

Browse files
authored
Merge branch 'develop' into fix/5676
2 parents d6a1c64 + 760891f commit d5308ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10047,9 +10047,7 @@ fn test_shadow_recovery() {
1004710047
info!("Beginning post-shadow tenures");
1004810048

1004910049
// revive ATC-C by waiting for commits
10050-
for _i in 0..4 {
10051-
next_block_and_commits_only(btc_regtest_controller, 60, &naka_conf, &counters).unwrap();
10052-
}
10050+
next_block_and_commits_only(btc_regtest_controller, 60, &naka_conf, &counters).unwrap();
1005310051

1005410052
// make another tenure
1005510053
next_block_and_mine_commit(btc_regtest_controller, 60, &naka_conf, &counters).unwrap();

0 commit comments

Comments
 (0)