Refactors in anticipation of blinded values

This commit is contained in:
Luke Dashjr 2016-02-15 15:19:28 -08:00 committed by Gregory Sanders
parent 3e00c9084c
commit 3ad6bbe651
27 changed files with 208 additions and 85 deletions

View file

@ -70,6 +70,7 @@ typedef enum ScriptError_t
SCRIPT_ERR_WITHDRAW_VERIFY_LOCKTX,
SCRIPT_ERR_WITHDRAW_VERIFY_OUTPUT,
SCRIPT_ERR_WITHDRAW_VERIFY_BLOCKCONFIRMED,
SCRIPT_ERR_WITHDRAW_VERIFY_BLINDED_AMOUNTS,
SCRIPT_ERR_ERROR_COUNT
} ScriptError;