You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if burn_block == tenure_c_block_proposal.header.consensus_hash
14910
-
&& burn_block_height == burn_height_before + 1
14911
-
&& current_miner_pkh == miner_pkh_1
14912
-
{
14913
-
nmb_matches += 1;
14914
-
}
14915
-
}
14916
-
Ok(nmb_matches == 5)
14917
-
})
14918
-
.unwrap();
14869
+
let all_signers = miners.signer_test.signer_test_pks();
14870
+
14871
+
info!("--------------- Waiting for Signers to Capitulate to Miner {miner_pkh_1} with Expected Stacks Height {} ----------------", tip_a.stacks_block_height;
14872
+
);
14873
+
wait_for_state_machine_update(
14874
+
30,
14875
+
&tenure_c_block_proposal.header.consensus_hash,
14876
+
burn_height_before + 1,
14877
+
Some((miner_pkh_1, tip_a.stacks_block_height)),
14878
+
&all_signers,
14879
+
SUPPORTED_SIGNER_PROTOCOL_VERSION,
14880
+
)
14881
+
.expect("Timed out waiting for state machine updates");
14919
14882
14920
14883
info!("--------------- Miner 1 Extends Tenure B over Tenure C ---------------");
0 commit comments