mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: introduce reth-staged-sync crate (#962)
This commit is contained in:
committed by
GitHub
parent
17ed0955df
commit
acac82fcb3
@ -1,6 +1,5 @@
|
||||
//! P2P Debugging tool
|
||||
use crate::{
|
||||
config::Config,
|
||||
dirs::{ConfigPath, PlatformPath},
|
||||
utils::{chainspec::chain_spec_value_parser, hash_or_num_value_parser},
|
||||
};
|
||||
@ -14,6 +13,7 @@ use reth_interfaces::p2p::{
|
||||
};
|
||||
use reth_network::FetchClient;
|
||||
use reth_primitives::{BlockHashOrNumber, ChainSpec, NodeRecord, SealedHeader};
|
||||
use reth_staged_sync::Config;
|
||||
use std::sync::Arc;
|
||||
|
||||
/// `reth p2p` command
|
||||
|
||||
Reference in New Issue
Block a user