mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move cli runner to reth-node-core (#6710)
This commit is contained in:
@ -8,7 +8,7 @@ use reth::{
|
||||
ext::{NoArgs, NoArgsCliExt, RethNodeCommandConfig},
|
||||
},
|
||||
commands::node::NodeCommand,
|
||||
runner::CliRunner,
|
||||
core::cli::runner::CliRunner,
|
||||
tasks::TaskSpawner,
|
||||
};
|
||||
use reth_primitives::{hex, revm_primitives::FixedBytes, ChainSpec, Genesis};
|
||||
|
||||
Reference in New Issue
Block a user