We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9dd3f commit e821ee3Copy full SHA for e821ee3
testnet/stacks-node/src/nakamoto_node/signer_coordinator.rs
@@ -37,7 +37,6 @@ use stacks::util_lib::boot::boot_code_id;
37
use super::stackerdb_listener::StackerDBListenerComms;
38
use super::Error as NakamotoNodeError;
39
use crate::event_dispatcher::StackerDBChannel;
40
-// use crate::nakamoto_node::miner::BlockMinerThread;
41
use crate::nakamoto_node::stackerdb_listener::{StackerDBListener, EVENT_RECEIVER_POLL};
42
use crate::neon::Counters;
43
use crate::Config;
0 commit comments