Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 31, 2024
1 parent b15a3d1 commit db6d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/network/src/transactions/fetcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ impl TransactionFetcher {
}

pub(super) fn buffer_hashes_for_retry(&mut self, mut hashes: Vec<TxHash>) {
// Igt could be that the txns have been received over broadcast in the time being.
// It could be that the txns have been received over broadcast in the time being.
hashes.retain(|hash| self.unknown_hashes.peek(hash).is_some());
self.buffer_hashes(hashes, None)
}
Expand Down

0 comments on commit db6d3d7

Please sign in to comment.