Verify Withdraw proofs in script execution

This commit is contained in:
Matt Corallo 2014-12-06 14:35:32 -08:00 committed by Gregory Sanders
parent 6c945bea44
commit a37cd32dd6
6 changed files with 236 additions and 4 deletions

View file

@ -64,6 +64,12 @@ typedef enum ScriptError_t
SCRIPT_ERR_WITNESS_UNEXPECTED,
SCRIPT_ERR_WITNESS_PUBKEYTYPE,
/* sidechains */
SCRIPT_ERR_WITHDRAW_VERIFY_FORMAT,
SCRIPT_ERR_WITHDRAW_VERIFY_BLOCK,
SCRIPT_ERR_WITHDRAW_VERIFY_LOCKTX,
SCRIPT_ERR_WITHDRAW_VERIFY_OUTPUT,
SCRIPT_ERR_ERROR_COUNT
} ScriptError;