mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix(net): use continue instead of return in buffer_hashes loop (#22337)
This commit is contained in:
@@ -381,7 +381,7 @@ impl<N: NetworkPrimitives> TransactionFetcher<N> {
|
||||
let Some(TxFetchMetadata { retries, fallback_peers, .. }) =
|
||||
self.hashes_fetch_inflight_and_pending_fetch.get(&hash)
|
||||
else {
|
||||
return
|
||||
continue
|
||||
};
|
||||
|
||||
if let Some(peer_id) = fallback_peer {
|
||||
|
||||
Reference in New Issue
Block a user