Add policy: null signature for failed CHECK(MULTI)SIG

Github-Pull: #8634
Rebased-From: e41bd449ab
This commit is contained in:
Johnson Lau
2016-09-22 15:06:54 +08:00
committed by Wladimir J. van der Laan
parent 0027672c80
commit 3e80ab7f2a
8 changed files with 55 additions and 2 deletions

View File

@@ -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,