Skip to content

Commit 87f2996

Browse files
cleanup(docs): Remove already fixed TODO left by #10314 (#10368)
remove todo for issue 10346 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 509d1dc commit 87f2996

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

zebrad/src/components/mempool/storage.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,6 @@ impl Storage {
280280

281281
if !spent_outputs.is_empty() {
282282
// Validate that spent_outputs aligns with transparent inputs.
283-
// TODO: `spent_outputs` may not align with `tx.inputs()` when a transaction
284-
// spends both chain and mempool UTXOs (mempool outputs are appended last by
285-
// `spent_utxos()`), causing `are_inputs_standard` and `p2sh_sigop_count`
286-
// to pair the wrong input with the wrong spent output.
287-
// https://github.com/ZcashFoundation/zebra/issues/10346
288283
if transaction.inputs().len() != spent_outputs.len() {
289284
tracing::warn!(
290285
inputs = transaction.inputs().len(),

0 commit comments

Comments
 (0)