File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
testnet/stacks-node/src/nakamoto_node Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1404,7 +1404,7 @@ impl BlockMinerThread {
1404
1404
fn check_burn_tip_changed (
1405
1405
& self ,
1406
1406
sortdb : & SortitionDB ,
1407
- chain_state : & mut StacksChainState ,
1407
+ _chain_state : & mut StacksChainState ,
1408
1408
) -> Result < ( ) , NakamotoNodeError > {
1409
1409
// BlockMinerThread::check_burn_view_changed(sortdb, chain_state, &self.burn_block)?;
1410
1410
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ use stacks::util_lib::boot::boot_code_id;
37
37
use super :: stackerdb_listener:: StackerDBListenerComms ;
38
38
use super :: Error as NakamotoNodeError ;
39
39
use crate :: event_dispatcher:: StackerDBChannel ;
40
- use crate :: nakamoto_node:: miner:: BlockMinerThread ;
40
+ // use crate::nakamoto_node::miner::BlockMinerThread;
41
41
use crate :: nakamoto_node:: stackerdb_listener:: { StackerDBListener , EVENT_RECEIVER_POLL } ;
42
42
use crate :: neon:: Counters ;
43
43
use crate :: Config ;
@@ -368,7 +368,7 @@ impl SignerCoordinator {
368
368
/// Check if the tenure needs to change
369
369
fn check_burn_tip_changed (
370
370
sortdb : & SortitionDB ,
371
- chain_state : & mut StacksChainState ,
371
+ _chain_state : & mut StacksChainState ,
372
372
burn_block : & BlockSnapshot ,
373
373
) -> bool {
374
374
/*
You can’t perform that action at this time.
0 commit comments