diff options
author | Johnson Lau <jl2012@users.noreply.github.com> | 2016-09-22 15:06:54 +0800 |
---|---|---|
committer | Johnson Lau <jl2012@xbt.hk> | 2016-09-27 23:40:59 +0800 |
commit | e41bd449ab2b8d01260795383af2c40b659d8587 (patch) | |
tree | ec0bc7f8b5624774199b09072fdcee0ed66f6122 /src/script/script_error.h | |
parent | 5a4f6d72e6154d21eb34fbbc8d7c099532569966 (diff) |
Add policy: null signature for failed CHECK(MULTI)SIG
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 6d34d37925..bccfdb99e2 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, |