mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
chore: changed imports in network-proxy (examples) (#15644)
This commit is contained in:
committed by
GitHub
parent
5182fe59c1
commit
37d1014cdd
@@ -13,15 +13,17 @@
|
||||
#![warn(unused_crate_dependencies)]
|
||||
|
||||
use futures::StreamExt;
|
||||
use reth_chainspec::DEV;
|
||||
use reth_network::{
|
||||
config::rng_secret_key,
|
||||
eth_requests::IncomingEthRequest,
|
||||
p2p::HeadersClient,
|
||||
transactions::NetworkTransactionEvent,
|
||||
types::{BlockHashOrNumber, NewPooledTransactionHashes68},
|
||||
BlockDownloaderProvider, FetchClient, NetworkConfig, NetworkEventListenerProvider,
|
||||
NetworkHandle, NetworkInfo, NetworkManager, Peers,
|
||||
use reth_ethereum::{
|
||||
chainspec::DEV,
|
||||
network::{
|
||||
config::rng_secret_key,
|
||||
eth_requests::IncomingEthRequest,
|
||||
p2p::HeadersClient,
|
||||
transactions::NetworkTransactionEvent,
|
||||
types::{BlockHashOrNumber, NewPooledTransactionHashes68},
|
||||
BlockDownloaderProvider, FetchClient, NetworkConfig, NetworkEventListenerProvider,
|
||||
NetworkHandle, NetworkInfo, NetworkManager, Peers,
|
||||
},
|
||||
};
|
||||
|
||||
#[tokio::main]
|
||||
|
||||
Reference in New Issue
Block a user