Skip to content

Commit

Permalink
Update zebrad/src/components/mempool/storage/verified_set.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 authored Oct 16, 2024
1 parent cc76b40 commit 64edb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/components/mempool/storage/verified_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl VerifiedSet {
}

// This likely only needs to check that the transaction hash of the outpoint is still in the mempool,
// bu it's likely rare that a transaction spends multiple transparent outputs of
// but it's likely rare that a transaction spends multiple transparent outputs of
// a single transaction in practice.
for outpoint in &spent_mempool_outpoints {
if !self.created_outputs.contains_key(outpoint) {
Expand Down

0 comments on commit 64edb36

Please sign in to comment.