mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(net): extract NetworkHandle methods for launching node to traits (#9966)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use futures_util::StreamExt;
|
||||
use reth::{
|
||||
network::{NetworkEvent, NetworkEvents, NetworkHandle, PeersInfo},
|
||||
network::{NetworkEvent, NetworkEvents, NetworkHandle, PeersHandleProvider, PeersInfo},
|
||||
rpc::types::PeerId,
|
||||
};
|
||||
use reth_network_peers::NodeRecord;
|
||||
|
||||
Reference in New Issue
Block a user