mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Add policy: null signature for failed CHECK(MULTI)SIG
This commit is contained in:
parent
5a4f6d72e6
commit
e41bd449ab
8 changed files with 55 additions and 2 deletions
|
|
@ -49,6 +49,7 @@ typedef enum ScriptError_t
|
|||
SCRIPT_ERR_PUBKEYTYPE,
|
||||
SCRIPT_ERR_CLEANSTACK,
|
||||
SCRIPT_ERR_MINIMALIF,
|
||||
SCRIPT_ERR_SIG_NULLFAIL,
|
||||
|
||||
/* softfork safeness */
|
||||
SCRIPT_ERR_DISCOURAGE_UPGRADABLE_NOPS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue