Comment: transparent sighash in script verifier

This commit is contained in:
teor 2021-03-25 11:55:06 +10:00 committed by Deirdre Connolly
parent 32b754d517
commit 16c073c4e0
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ where
check::coinbase_tx_no_joinsplit_or_spend(&tx)?;
} else {
// feed all of the inputs to the script and shielded verifiers
// the script_verifier also checks transparent sighashes, using its own implementation
let cached_ffi_transaction =
Arc::new(CachedFfiTransaction::new(tx.clone()));