We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708ce10 commit 1cab3e8Copy full SHA for 1cab3e8
bip-0119.mediawiki
@@ -159,6 +159,12 @@ specification for the semantics of OP_CHECKTEMPLATEVERIFY.
159
}
160
break;
161
162
+Where
163
+
164
+ bool CheckDefaultCheckTemplateVerifyHash(uint256 hash) {
165
+ return GetDefaultCheckTemplateVerifyHash(current_tx, current_input_index) == hash;
166
+ }
167
168
The hash is computed as follows:
169
170
uint256 GetDefaultCheckTemplateVerifyHash(const CTransaction& tx, uint32_t input_index) {
0 commit comments