Skip to content

Commit

Permalink
Remove crumbs from context switch
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Feb 1, 2024
1 parent 7d005e4 commit a1fd6e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/net/network/src/transactions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ where
// fill the request with other buffered hashes that have been announced by the peer
let Some(peer) = self.peers.get(&peer_id) else { return };
let Some(hash) = hashes.first() else { return };
hashes.extend_from_slice(&peer.transactions);

let mut eth68_size = self.transaction_fetcher.eth68_meta.get(hash).copied();
if let Some(ref mut size) = eth68_size {
Expand Down

0 comments on commit a1fd6e9

Please sign in to comment.