diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-27 17:43:22 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-27 17:54:05 +0200 |
| commit | fc4f4547b7f6ea13d273ad926738fcdffee36295 (patch) | |
| tree | ec0bc7f8b5624774199b09072fdcee0ed66f6122 /src/script/script_error.h | |
| parent | Merge #8526: Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH (diff) | |
| parent | Add policy: null signature for failed CHECK(MULTI)SIG (diff) | |
| download | discoin-fc4f4547b7f6ea13d273ad926738fcdffee36295.tar.xz discoin-fc4f4547b7f6ea13d273ad926738fcdffee36295.zip | |
Merge #8634: Add policy: null signature for failed CHECK(MULTI)SIG
e41bd44 Add policy: null signature for failed CHECK(MULTI)SIG (Johnson Lau)
Diffstat (limited to 'src/script/script_error.h')
| -rw-r--r-- | src/script/script_error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/script_error.h b/src/script/script_error.h index 6d34d3792..bccfdb99e 100644 --- a/src/script/script_error.h +++ b/src/script/script_error.h @@ -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, |