mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 4f5ae52738 into merged_master (Bitcoin PR #20006)
This commit is contained in:
commit
369ebdda10
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ std::string ScriptErrorString(const ScriptError serror)
|
|||
case SCRIPT_ERR_PUBKEYTYPE:
|
||||
return "Public key is neither compressed or uncompressed";
|
||||
case SCRIPT_ERR_CLEANSTACK:
|
||||
return "Extra items left on stack after execution";
|
||||
return "Stack size must be exactly one after execution";
|
||||
case SCRIPT_ERR_WITNESS_PROGRAM_WRONG_LENGTH:
|
||||
return "Witness program has incorrect length";
|
||||
case SCRIPT_ERR_WITNESS_PROGRAM_WITNESS_EMPTY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue