Remove COUNT_ACKS leftover

This commit is contained in:
lateminer
2018-10-25 20:52:22 +03:00
parent 55f62b1f68
commit 074b90fab2

View File

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