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 897e645 commit 1839f43Copy full SHA for 1839f43
bip-0119.mediawiki
@@ -145,7 +145,7 @@ specification for the semantics of OP_CHECKTEMPLATEVERIFY.
145
// If the argument was not 32 bytes, treat as OP_NOP4:
146
switch (stack.back().size()) {
147
case 32:
148
- if (!checker.CheckDefaultCheckTemplateVerifyHash(u256(stack.back()))) {
+ if (!checker.CheckDefaultCheckTemplateVerifyHash(uint256(stack.back()))) {
149
return set_error(serror, SCRIPT_ERR_TEMPLATE_MISMATCH);
150
}
151
break;
0 commit comments