Skip to content

Commit b68288c

Browse files
committed
remove unused imports
1 parent 0b264e4 commit b68288c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

crates/node-core/src/node_config.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ use crate::{
1212
};
1313
use metrics_exporter_prometheus::PrometheusHandle;
1414
use once_cell::sync::Lazy;
15-
use reth_auto_seal_consensus::{AutoSealBuilder, AutoSealConsensus, MiningMode};
16-
use reth_beacon_consensus::{
17-
hooks::{EngineHooks, PruneHook, SnapshotHook},
18-
BeaconConsensus, BeaconConsensusEngine, BeaconConsensusEngineError,
19-
MIN_BLOCKS_FOR_PIPELINE_RUN,
20-
};
15+
use reth_auto_seal_consensus::{AutoSealConsensus, MiningMode};
16+
use reth_beacon_consensus::BeaconConsensus;
2117
use reth_blockchain_tree::{
2218
config::BlockchainTreeConfig, externals::TreeExternals, BlockchainTree,
2319
};
@@ -53,7 +49,6 @@ use reth_provider::{
5349
ProviderFactory, StageCheckpointReader,
5450
};
5551
use reth_revm::EvmProcessorFactory;
56-
use reth_rpc_engine_api::EngineApi;
5752
use reth_snapshot::Snapshotter;
5853
use reth_stages::{
5954
prelude::*,

testing/ef-tests/src/cases/blockchain_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use alloy_rlp::Decodable;
88
use reth_db::test_utils::{create_test_rw_db, create_test_snapshots_dir};
99
use reth_node_ethereum::EthEvmConfig;
1010
use reth_primitives::{BlockBody, SealedBlock, SnapshotSegment};
11-
use reth_provider::{providers::SnapshotWriter, BlockWriter, HashingWriter, ProviderFactory};
11+
use reth_provider::{providers::SnapshotWriter, HashingWriter, ProviderFactory};
1212
use reth_stages::{stages::ExecutionStage, ExecInput, Stage};
1313
use std::{collections::BTreeMap, fs, path::Path, sync::Arc};
1414

0 commit comments

Comments
 (0)