mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Update to latest Simplicity
The main difference is that there is now explicit simplicity deallocation functions to go with the allocation functions in the API. There are some minor changes to error message text. The deserialization code is now automatically generated. The are some other minor internal changes.
This commit is contained in:
parent
7fc546656d
commit
31d94775b3
5 changed files with 7 additions and 7 deletions
|
|
@ -140,8 +140,8 @@ std::string ScriptErrorString(const ScriptError serror)
|
|||
return SIMPLICITY_ERR_MSG(SIMPLICITY_ERR_DATA_OUT_OF_ORDER);
|
||||
case SCRIPT_ERR_SIMPLICITY_FAIL_CODE:
|
||||
return SIMPLICITY_ERR_MSG(SIMPLICITY_ERR_FAIL_CODE);
|
||||
case SCRIPT_ERR_SIMPLICITY_STOP_CODE:
|
||||
return SIMPLICITY_ERR_MSG(SIMPLICITY_ERR_STOP_CODE);
|
||||
case SCRIPT_ERR_SIMPLICITY_RESERVED_CODE:
|
||||
return SIMPLICITY_ERR_MSG(SIMPLICITY_ERR_RESERVED_CODE);
|
||||
case SCRIPT_ERR_SIMPLICITY_HIDDEN:
|
||||
return SIMPLICITY_ERR_MSG(SIMPLICITY_ERR_HIDDEN);
|
||||
case SCRIPT_ERR_SIMPLICITY_BITSTREAM_EOF:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue