Skip to content

Commit

Permalink
lookup_txo trace removal
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reichert committed Jan 15, 2025
1 parent 750af6e commit 843e187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/new_index/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ impl Mempool {
Ok(())
}

#[trace]
fn lookup_txo(&self, outpoint: &OutPoint) -> Option<TxOut> {
self.txstore
.get(&outpoint.txid)
Expand Down

0 comments on commit 843e187

Please sign in to comment.