mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove some unnecessary direct imports (#13934)
This commit is contained in:
@ -158,9 +158,7 @@ where
|
||||
&self,
|
||||
_peer_id: PeerId,
|
||||
request: GetBlockBodies,
|
||||
response: oneshot::Sender<
|
||||
RequestResult<BlockBodies<<C::Block as reth_primitives_traits::Block>::Body>>,
|
||||
>,
|
||||
response: oneshot::Sender<RequestResult<BlockBodies<<C::Block as Block>::Body>>>,
|
||||
) {
|
||||
self.metrics.eth_bodies_requests_received_total.increment(1);
|
||||
let mut bodies = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user