Skip to content

Commit 7b62238

Browse files
committed
chore: fix merge bug
1 parent 3401b03 commit 7b62238

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9824,6 +9824,11 @@ fn clarity_cost_spend_down() {
98249824
);
98259825

98269826
info!("Bootstrapped to Epoch-3.0 boundary, starting nakamoto miner");
9827+
9828+
info!("Nakamoto miner started...");
9829+
blind_signer(&naka_conf, &signers, proposals_submitted);
9830+
9831+
wait_for_first_naka_block_commit(60, &commits_submitted);
98279832

98289833
let small_contract = format!(
98299834
r#"

0 commit comments

Comments
 (0)