diff options
| author | Johnson Lau <[email protected]> | 2016-09-22 15:06:54 +0800 |
|---|---|---|
| committer | Johnson Lau <[email protected]> | 2016-09-27 23:40:59 +0800 |
| commit | e41bd449ab2b8d01260795383af2c40b659d8587 (patch) | |
| tree | ec0bc7f8b5624774199b09072fdcee0ed66f6122 /src/test/script_tests.cpp | |
| parent | Merge #8526: Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH (diff) | |
| download | discoin-e41bd449ab2b8d01260795383af2c40b659d8587.tar.xz discoin-e41bd449ab2b8d01260795383af2c40b659d8587.zip | |
Add policy: null signature for failed CHECK(MULTI)SIG
Diffstat (limited to 'src/test/script_tests.cpp')
| -rw-r--r-- | src/test/script_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp index ee0f14ee5..7971b5122 100644 --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -90,6 +90,7 @@ static ScriptErrorDesc script_errors[]={ {SCRIPT_ERR_PUBKEYTYPE, "PUBKEYTYPE"}, {SCRIPT_ERR_CLEANSTACK, "CLEANSTACK"}, {SCRIPT_ERR_MINIMALIF, "MINIMALIF"}, + {SCRIPT_ERR_SIG_NULLFAIL, "NULLFAIL"}, {SCRIPT_ERR_DISCOURAGE_UPGRADABLE_NOPS, "DISCOURAGE_UPGRADABLE_NOPS"}, {SCRIPT_ERR_DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM, "DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM"}, {SCRIPT_ERR_WITNESS_PROGRAM_WRONG_LENGTH, "WITNESS_PROGRAM_WRONG_LENGTH"}, |