mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Update Simplicity integeration
This Simplicity update has - renamed a few types - moved some files around - added a minCost parameter, currently set to 0 - added a new error code
This commit is contained in:
parent
f41af64c1c
commit
0a0a69f315
9 changed files with 44 additions and 38 deletions
|
|
@ -180,6 +180,8 @@ std::string ScriptErrorString(const ScriptError serror)
|
|||
return SIMPLICITY_ERR_MSG(SIMPLICITY_ERR_HIDDEN_ROOT);
|
||||
case SCRIPT_ERR_SIMPLICITY_AMR:
|
||||
return SIMPLICITY_ERR_MSG(SIMPLICITY_ERR_AMR);
|
||||
case SCRIPT_ERR_SIMPLICITY_OVERWEIGHT:
|
||||
return SIMPLICITY_ERR_MSG(SIMPLICITY_ERR_OVERWEIGHT);
|
||||
case SCRIPT_ERR_UNKNOWN_ERROR:
|
||||
case SCRIPT_ERR_ERROR_COUNT:
|
||||
default: break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue