chore(sdk): enable referencing network type via FullNodeComponents::Network (#9921)

This commit is contained in:
Emilia Hane
2024-08-01 19:50:20 +02:00
committed by GitHub
parent 1a74d1407a
commit c71c813032
20 changed files with 66 additions and 53 deletions

View File

@ -127,7 +127,7 @@ pub mod tasks {
/// Re-exported from `reth_network`.
pub mod network {
pub use reth_network::*;
pub use reth_network_api::{noop, NetworkInfo, PeerKind, Peers, PeersInfo};
pub use reth_network_api::{noop, NetworkInfo, Peers, PeersHandleProvider, PeersInfo};
}
/// Re-exported from `reth_transaction_pool`.