From 074b90fab23b7fb542c1974229bf56a40d9e5a59 Mon Sep 17 00:00:00 2001 From: lateminer Date: Thu, 25 Oct 2018 20:52:22 +0300 Subject: [PATCH] Remove COUNT_ACKS leftover --- src/script/script_error.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/script/script_error.h b/src/script/script_error.h index 342b481dc..ff6236b7e 100644 --- a/src/script/script_error.h +++ b/src/script/script_error.h @@ -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;