Skip to content

Commit

Permalink
Update crates/net/network/src/transactions.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Aug 8, 2023
1 parent 0cc0ea9 commit 57242da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/network/src/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ where
let mut hashes = PooledTransactionsHashesBuilder::new(peer.version);
let mut full_transactions = FullTransactionsBuilder::default();

// Iterate throught the transactions to propagate and fill the hashes and full
// Iterate through the transactions to propagate and fill the hashes and full
// transaction lists, before deciding whether or not to send full transactions to the
// peer.
for tx in to_propagate.iter() {
Expand Down

0 comments on commit 57242da

Please sign in to comment.