aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-06-30 09:55:16 +0000
committertobtoht <tob@featherwallet.org>2026-06-30 09:55:16 +0000
commitde95c4f993bfd0fc4df07ee7fb6fccbdbe0493ac (patch)
treebe63930acb0d59c2a6a4d6d12fca77bf82b7b5c4 /src/rpc
parente1cbca2cf588eb767eeb16d74563e40e898c7d08 (diff)
parent7c543c82205c3522510e8da616edc795922ce9f3 (diff)
downloadmonzero-core-de95c4f993bfd0fc4df07ee7fb6fccbdbe0493ac.tar.gz
monzero-core-de95c4f993bfd0fc4df07ee7fb6fccbdbe0493ac.tar.xz
monzero-core-de95c4f993bfd0fc4df07ee7fb6fccbdbe0493ac.zip
Merge pull request #10611
7c543c8 daemon: fix print_cn command when 0 connections (jeffro256) 528cbac Show IPv6 addresses in connection list (Guillaume Le Vaillant) ACKs: tobtoht, j-berman
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/core_rpc_server_commands_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/core_rpc_server_commands_defs.h b/src/rpc/core_rpc_server_commands_defs.h
index 46e52d42f..e6c07ce77 100644
--- a/src/rpc/core_rpc_server_commands_defs.h
+++ b/src/rpc/core_rpc_server_commands_defs.h
@@ -88,7 +88,7 @@ namespace cryptonote
// advance which version they will stop working with
// Don't go over 32767 for any of these
#define CORE_RPC_VERSION_MAJOR 3
-#define CORE_RPC_VERSION_MINOR 15
+#define CORE_RPC_VERSION_MINOR 16
#define MAKE_CORE_RPC_VERSION(major,minor) (((major)<<16)|(minor))
#define CORE_RPC_VERSION MAKE_CORE_RPC_VERSION(CORE_RPC_VERSION_MAJOR, CORE_RPC_VERSION_MINOR)