Comment: transparent sighash in script verifier
This commit is contained in:
parent
32b754d517
commit
16c073c4e0
|
@ -163,6 +163,7 @@ where
|
||||||
check::coinbase_tx_no_joinsplit_or_spend(&tx)?;
|
check::coinbase_tx_no_joinsplit_or_spend(&tx)?;
|
||||||
} else {
|
} else {
|
||||||
// feed all of the inputs to the script and shielded verifiers
|
// 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 =
|
let cached_ffi_transaction =
|
||||||
Arc::new(CachedFfiTransaction::new(tx.clone()));
|
Arc::new(CachedFfiTransaction::new(tx.clone()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue