Skip to content

Commit

Permalink
Remove an outdated comment (#9013)
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn authored Nov 12, 2024
1 parent 813eeca commit e5fbe48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zebra-consensus/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,6 @@ where
for input in inputs {
if let transparent::Input::PrevOut { outpoint, .. } = input {
tracing::trace!("awaiting outpoint lookup");
// Currently, Zebra only supports known UTXOs in block transactions.
// But it might support them in the mempool in future.
let utxo = if let Some(output) = known_utxos.get(outpoint) {
tracing::trace!("UXTO in known_utxos, discarding query");
output.utxo.clone()
Expand Down

0 comments on commit e5fbe48

Please sign in to comment.