mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(p2p): network sync state (#2699)
This commit is contained in:
@ -7,7 +7,7 @@ use reth_discv4::Discv4Config;
|
||||
use reth_eth_wire::DisconnectReason;
|
||||
use reth_interfaces::{
|
||||
p2p::headers::client::{HeadersClient, HeadersRequest},
|
||||
sync::{SyncState, SyncStateUpdater},
|
||||
sync::{NetworkSyncUpdater, SyncState},
|
||||
};
|
||||
use reth_net_common::ban_list::BanList;
|
||||
use reth_network::{
|
||||
|
||||
Reference in New Issue
Block a user