mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
test: remove UNKNOWN_ERROR from script_tests
This commit is contained in:
parent
bd31a92d67
commit
6f7b4323cb
@ -52,7 +52,6 @@ struct ScriptErrorDesc
|
||||
|
||||
static ScriptErrorDesc script_errors[]={
|
||||
{SCRIPT_ERR_OK, "OK"},
|
||||
{SCRIPT_ERR_UNKNOWN_ERROR, "UNKNOWN_ERROR"},
|
||||
{SCRIPT_ERR_EVAL_FALSE, "EVAL_FALSE"},
|
||||
{SCRIPT_ERR_OP_RETURN, "OP_RETURN"},
|
||||
{SCRIPT_ERR_SCRIPT_SIZE, "SCRIPT_SIZE"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user