summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bip-0119.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki
index 8a71e3e..5d33a15 100644
--- a/bip-0119.mediawiki
+++ b/bip-0119.mediawiki
@@ -145,7 +145,7 @@ specification for the semantics of OP_CHECKTEMPLATEVERIFY.
// If the argument was not 32 bytes, treat as OP_NOP4:
switch (stack.back().size()) {
case 32:
- if (!checker.CheckDefaultCheckTemplateVerifyHash(u256(stack.back()))) {
+ if (!checker.CheckDefaultCheckTemplateVerifyHash(uint256(stack.back()))) {
return set_error(serror, SCRIPT_ERR_TEMPLATE_MISMATCH);
}
break;