chore: clippy

This commit is contained in:
sprites0
2025-06-24 02:04:14 +00:00
parent 225f9b0948
commit 2152e2406d
5 changed files with 11 additions and 14 deletions

View File

@ -18,13 +18,13 @@ use reth::{
builder::{components::NetworkBuilder, BuilderContext},
transaction_pool::{PoolTransaction, TransactionPool},
};
use reth_discv4::{Discv4Config, NodeRecord};
use reth_discv4::NodeRecord;
use reth_engine_primitives::BeaconConsensusEngineHandle;
use reth_eth_wire::{BasicNetworkPrimitives, NewBlock, NewBlockPayload};
use reth_ethereum_primitives::PooledTransactionVariant;
use reth_network::{NetworkConfig, NetworkHandle, NetworkManager};
use reth_network_api::PeersInfo;
use std::{sync::Arc, time::Duration};
use std::sync::Arc;
use tokio::sync::{mpsc, oneshot, Mutex};
use tracing::info;