mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Fix typo
This commit is contained in:
parent
897e6458ce
commit
1839f43779
@ -145,7 +145,7 @@ specification for the semantics of OP_CHECKTEMPLATEVERIFY.
|
|||||||
// If the argument was not 32 bytes, treat as OP_NOP4:
|
// If the argument was not 32 bytes, treat as OP_NOP4:
|
||||||
switch (stack.back().size()) {
|
switch (stack.back().size()) {
|
||||||
case 32:
|
case 32:
|
||||||
if (!checker.CheckDefaultCheckTemplateVerifyHash(u256(stack.back()))) {
|
if (!checker.CheckDefaultCheckTemplateVerifyHash(uint256(stack.back()))) {
|
||||||
return set_error(serror, SCRIPT_ERR_TEMPLATE_MISMATCH);
|
return set_error(serror, SCRIPT_ERR_TEMPLATE_MISMATCH);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user