mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Verify Withdraw proofs in script execution
This commit is contained in:
parent
8baa1b5ef5
commit
67d4bc8cf4
6 changed files with 504 additions and 6 deletions
|
|
@ -51,6 +51,10 @@ typedef enum ScriptError_t
|
|||
/* softfork safeness */
|
||||
SCRIPT_ERR_DISCOURAGE_UPGRADABLE_NOPS,
|
||||
|
||||
/* sidechains */
|
||||
SCRIPT_ERR_WITHDRAW_VERIFY,
|
||||
SCRIPT_ERR_REORG_VERIFY,
|
||||
|
||||
SCRIPT_ERR_ERROR_COUNT
|
||||
} ScriptError;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue