Move PeersHandleProvider to new module reth_network_api::test_utils (#10060)

This commit is contained in:
Emilia Hane
2024-08-05 10:46:49 +02:00
committed by GitHub
parent fb5d94ece1
commit d12f0ab815
20 changed files with 62 additions and 67 deletions

View File

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