mirror of
https://github.com/bitcoin/bips.git
synced 2025-09-27 09:17:42 +02:00
Define BIP-119 CheckDefaultCheckTemplateVerifyHash
This commit is contained in:
@@ -159,6 +159,12 @@ specification for the semantics of OP_CHECKTEMPLATEVERIFY.
|
||||
}
|
||||
break;
|
||||
|
||||
Where
|
||||
|
||||
bool CheckDefaultCheckTemplateVerifyHash(uint256 hash) {
|
||||
return GetDefaultCheckTemplateVerifyHash(current_tx, current_input_index) == hash;
|
||||
}
|
||||
|
||||
The hash is computed as follows:
|
||||
|
||||
uint256 GetDefaultCheckTemplateVerifyHash(const CTransaction& tx, uint32_t input_index) {
|
||||
|
Reference in New Issue
Block a user