File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
stacks-node/src/tests/signer Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -785,11 +785,9 @@ impl MultipleMinerTest {
785
785
.unwrap()
786
786
.block_height;
787
787
788
- debug!("HERE Building {nmb_blocks} BTC blocks.");
789
788
self.btc_regtest_controller_mut()
790
789
.build_next_block(nmb_blocks);
791
790
792
- debug!("HERE Waiting to for burn chain tip to advance {nmb_blocks} blocks.");
793
791
wait_for(timeout_secs, || {
794
792
let burn_block = SortitionDB::get_canonical_burn_chain_tip(sortdb.conn())
795
793
.unwrap()
@@ -798,10 +796,6 @@ impl MultipleMinerTest {
798
796
&& self.get_peer_info().burn_block_height >= burn_block_before + nmb_blocks)
799
797
})?;
800
798
let peer_after = self.get_peer_info();
801
- debug!(
802
- "HERE Waiting for updates for burn block {} with block height {}.",
803
- peer_after.pox_consensus, peer_after.burn_block_height
804
- );
805
799
wait_for_state_machine_update(
806
800
timeout_secs,
807
801
&peer_after.pox_consensus,
You can’t perform that action at this time.
0 commit comments