File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,6 @@ impl SignerCoordinator {
391
391
SortitionDB :: get_canonical_stacks_chain_tip_hash ( sortdb. conn ( ) ) . unwrap ( ) ;
392
392
let canonical_stacks_tip =
393
393
StacksBlockId :: new ( & canonical_stacks_tip_ch, & canonical_stacks_tip_bh) ;
394
- info ! ( "SignCoordinator: Current stacks tip: {canonical_stacks_tip}, parent: {parent_block_id}" ) ;
395
394
if canonical_stacks_tip != parent_block_id {
396
395
debug ! ( "SignCoordinator: Exiting due to new stacks tip" ) ;
397
396
return Err ( NakamotoNodeError :: StacksTipChanged ) ;
Original file line number Diff line number Diff line change @@ -13140,6 +13140,7 @@ fn interrupt_miner_on_new_stacks_tip() {
13140
13140
signer_test
13141
13141
.wait_for_block_acceptance(30, &block_n.signer_signature_hash, &all_signers)
13142
13142
.expect("Timed out waiting for block acceptance of N");
13143
+ info!("Block N is {}", block_n.stacks_height);
13143
13144
13144
13145
info!("------------------------- RL2 Wins Sortition -------------------------");
13145
13146
let rl2_commits_before = commits_submitted_rl2.load(Ordering::SeqCst);
@@ -13225,7 +13226,7 @@ fn interrupt_miner_on_new_stacks_tip() {
13225
13226
};
13226
13227
Ok(chain_info_2.stacks_tip_height == block_n.stacks_height + 1)
13227
13228
})
13228
- .expect("Timed out waiting for RL2 to advance to block N");
13229
+ .expect("Timed out waiting for RL2 to advance to block N+1 ");
13229
13230
13230
13231
info!("------------------------- Next Tenure Builds on N+1 -------------------------");
13231
13232
You can’t perform that action at this time.
0 commit comments