fixing to compile

This commit is contained in:
janko33bd
2018-01-06 00:37:31 +01:00
parent 235a9b184b
commit 71c4f88bf9
3 changed files with 7 additions and 4 deletions

View File

@@ -51,6 +51,9 @@ typedef enum ScriptError_t
/* softfork safeness */
SCRIPT_ERR_DISCOURAGE_UPGRADABLE_NOPS,
/* count acks */
SCRIPT_ERR_COUNT_ACKS_INVALID_PARAM,
SCRIPT_ERR_ERROR_COUNT
} ScriptError;