Skip to content

Commit 41b742e

Browse files
committed
Fix tests compilation - part 1
1 parent 5e3c636 commit 41b742e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bin/reth/tests/commands/bitfinity_node_it.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ use reth_db::DatabaseEnv;
2020
use reth_db::{init_db, test_utils::tempdir_path};
2121
use reth_discv5::discv5::enr::secp256k1::{Keypair, Secp256k1};
2222
use reth_network::NetworkHandle;
23-
use reth_node_api::{FullNodeTypesAdapter, NodeTypesWithDBAdapter};
23+
use reth_node_api::{FullNodeTypesAdapter, NodeTypesWithDBAdapter, TreeConfig};
2424
use reth_node_builder::components::Components;
25-
use reth_node_builder::engine_tree_config::TreeConfig;
2625
use reth_node_builder::rpc::RpcAddOns;
2726
use reth_node_builder::{EngineNodeLauncher, NodeAdapter, NodeBuilder, NodeConfig, NodeHandle};
2827
use reth_node_ethereum::node::{EthereumAddOns, EthereumEngineValidatorBuilder};
2928
use reth_node_ethereum::{
30-
BasicBlockExecutorProvider, EthEvmConfig, EthExecutionStrategyFactory, EthereumNode,
29+
BasicBlockExecutorProvider, EthEvmConfig, EthereumNode,
3130
};
3231
use reth_primitives::{Transaction, TransactionSigned};
3332
use reth_provider::providers::BlockchainProvider;

0 commit comments

Comments
 (0)