Verify Withdraw proofs in script execution

This commit is contained in:
Matt Corallo 2014-12-06 14:35:32 -08:00
parent 8baa1b5ef5
commit 67d4bc8cf4
6 changed files with 504 additions and 6 deletions

View file

@ -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;