Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Oct 20, 2023
1 parent a21c0a8 commit 283e0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_structures/src/chain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2563,6 +2563,7 @@ impl TransactionsPool {
for hash in hashes.iter() {
self.vt_remove_inner(hash, false);
self.dr_remove_inner(hash, false);
self.st_remove_inner(hash, false);
}
}
}
Expand Down

0 comments on commit 283e0f0

Please sign in to comment.