diff --git a/zebra-consensus/src/transaction.rs b/zebra-consensus/src/transaction.rs index c5490ca4..b333fce5 100644 --- a/zebra-consensus/src/transaction.rs +++ b/zebra-consensus/src/transaction.rs @@ -155,7 +155,7 @@ where check::coinbase_tx_no_joinsplit_or_spend(&tx)?; } else { // TODO: check no coinbase inputs - + // feed all of the inputs to the script verifier let cached_ffi_transaction = Arc::new(CachedFfiTransaction::new(tx.clone()));