diff options
| author | Johnson Lau <[email protected]> | 2016-09-23 13:06:45 +0800 |
|---|---|---|
| committer | Johnson Lau <[email protected]> | 2016-09-23 13:07:38 +0800 |
| commit | c72c5b1e3bd42e84465677e94aa83316ff3d9a14 (patch) | |
| tree | 4b53ce9d63e5292b79e4699437ab69d38d17bcbd /src/test/script_tests.cpp | |
| parent | Merge #8785: Comment on CNode::nLocalServices meaning (diff) | |
| download | discoin-c72c5b1e3bd42e84465677e94aa83316ff3d9a14.tar.xz discoin-c72c5b1e3bd42e84465677e94aa83316ff3d9a14.zip | |
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
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 5a9aaf9bc..36c591d61 100644 --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -89,6 +89,7 @@ static ScriptErrorDesc script_errors[]={ {SCRIPT_ERR_SIG_NULLDUMMY, "SIG_NULLDUMMY"}, {SCRIPT_ERR_PUBKEYTYPE, "PUBKEYTYPE"}, {SCRIPT_ERR_CLEANSTACK, "CLEANSTACK"}, + {SCRIPT_ERR_MINIMALIF, "MINIMALIF"}, {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"}, |