Skip to content

Commit a50825c

Browse files
committed
Missing changes from failed merge
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 29f4901 commit a50825c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ use stacks_common::util::hash::{bytes_to_hex, Sha512Trunc256Sum};
7373
use stacks_common::util::secp256k1::MessageSignature;
7474
use url::Url;
7575

76-
use super::config::{EventKeyType, EventObserverConfig};
77-
7876
#[cfg(any(test, feature = "testing"))]
7977
lazy_static! {
8078
/// Do not announce a signed/mined block to the network when set to true.

testnet/stacks-node/src/tests/signer/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ use stacks_signer::runloop::{SignerResult, State, StateInfo};
6363
use stacks_signer::{Signer, SpawnedSigner};
6464

6565
use super::nakamoto_integrations::{check_nakamoto_empty_block_heuristics, wait_for};
66-
use crate::config::{Config as NeonConfig, EventKeyType, EventObserverConfig, InitialBalance};
6766
use crate::neon::{Counters, RunLoopCounter};
6867
use crate::run_loop::boot_nakamoto;
6968
use crate::tests::bitcoin_regtest::BitcoinCoreController;

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ use tracing_subscriber::prelude::*;
6969
use tracing_subscriber::{fmt, EnvFilter};
7070

7171
use super::SignerTest;
72-
use crate::config::{EventKeyType, EventObserverConfig};
7372
use crate::event_dispatcher::{MinedNakamotoBlockEvent, TEST_SKIP_BLOCK_ANNOUNCEMENT};
7473
use crate::nakamoto_node::miner::{
7574
TEST_BLOCK_ANNOUNCE_STALL, TEST_BROADCAST_STALL, TEST_MINE_STALL,

0 commit comments

Comments
 (0)