File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
stacks-node/src/tests/signer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1144,8 +1144,8 @@ impl<Z: SpawnedSignerTrait> SignerTest<Z> {
1144
1144
// Ensure that the tenure change transaction is mined and that the subsequent block commit confirms it
1145
1145
wait_for ( timeout. as_secs ( ) , || {
1146
1146
Ok ( commits_submitted. load ( Ordering :: SeqCst ) > commits_before
1147
- && commits_last_burn_height. load ( Ordering :: SeqCst ) >= commit_burn_height_before
1148
- && commits_last_stacks_tip. load ( Ordering :: SeqCst ) >= commits_stacks_tip_before
1147
+ && commits_last_burn_height. load ( Ordering :: SeqCst ) > commit_burn_height_before
1148
+ && commits_last_stacks_tip. load ( Ordering :: SeqCst ) > commits_stacks_tip_before
1149
1149
&& get_chain_info ( & self . running_nodes . conf ) . stacks_tip_height
1150
1150
> info_before. stacks_tip_height
1151
1151
&& ( !use_nakamoto_blocks_mined
Original file line number Diff line number Diff line change @@ -4656,7 +4656,7 @@ fn tx_replay_with_fork_after_empty_tenures_before_starting_replaying_txs() {
4656
4656
let sender1_nonce_post_fork = get_account(&http_origin, &sender1_addr).nonce;
4657
4657
assert_eq!(0, sender1_nonce_post_fork);
4658
4658
4659
- info!("------------------- Produce Empty Tenuree -------------------------");
4659
+ info!("------------------- Produce Empty Tenure -------------------------");
4660
4660
fault_injection_unstall_miner();
4661
4661
let tip = get_chain_info(&conf);
4662
4662
_ = wait_for_tenure_change_tx(30, TenureChangeCause::BlockFound, tip.stacks_tip_height + 1);
You can’t perform that action at this time.
0 commit comments