mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor(net): move node record constants to network-peers crate (#9161)
This commit is contained in:
@ -21,6 +21,7 @@ reth-provider.workspace = true
|
||||
reth-node-builder.workspace = true
|
||||
reth-tokio-util.workspace = true
|
||||
reth-stages-types.workspace = true
|
||||
reth-network-peers.workspace = true
|
||||
|
||||
jsonrpsee.workspace = true
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ use reth::{
|
||||
network::{NetworkEvent, NetworkEvents, NetworkHandle, PeersInfo},
|
||||
rpc::types::PeerId,
|
||||
};
|
||||
use reth_chainspec::net::NodeRecord;
|
||||
use reth_network_peers::NodeRecord;
|
||||
use reth_tokio_util::EventStream;
|
||||
use reth_tracing::tracing::info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user