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