mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
This commit is contained in:
parent
2b514aa2ea
commit
c72c5b1e3b
8 changed files with 101 additions and 2 deletions
|
|
@ -63,6 +63,8 @@ const char* ScriptErrorString(const ScriptError serror)
|
|||
return "Non-canonical signature: S value is unnecessarily high";
|
||||
case SCRIPT_ERR_SIG_NULLDUMMY:
|
||||
return "Dummy CHECKMULTISIG argument must be zero";
|
||||
case SCRIPT_ERR_MINIMALIF:
|
||||
return "OP_IF/NOTIF argument must be minimal";
|
||||
case SCRIPT_ERR_DISCOURAGE_UPGRADABLE_NOPS:
|
||||
return "NOPx reserved for soft-fork upgrades";
|
||||
case SCRIPT_ERR_DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue