From 7e50a782fd900232b047d49bc10d0c8e6829cf03 Mon Sep 17 00:00:00 2001 From: wowario Date: Fri, 6 Jan 2023 11:27:50 +0300 Subject: [PATCH] remove extra WALLET_RPC_VERSION_MINOR --- src/wallet/wallet_rpc_server_commands_defs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/wallet_rpc_server_commands_defs.h b/src/wallet/wallet_rpc_server_commands_defs.h index f5d2fd4cd..7681061a8 100644 --- a/src/wallet/wallet_rpc_server_commands_defs.h +++ b/src/wallet/wallet_rpc_server_commands_defs.h @@ -47,7 +47,6 @@ // advance which version they will stop working with // Don't go over 32767 for any of these #define WALLET_RPC_VERSION_MAJOR 1 -#define WALLET_RPC_VERSION_MINOR 22 #define WALLET_RPC_VERSION_MINOR 24 #define MAKE_WALLET_RPC_VERSION(major,minor) (((major)<<16)|(minor)) #define WALLET_RPC_VERSION MAKE_WALLET_RPC_VERSION(WALLET_RPC_VERSION_MAJOR, WALLET_RPC_VERSION_MINOR)