diff options
| author | Guillaume Le Vaillant <glv@posteo.net> | 2023-04-14 13:34:30 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-05-16 02:40:03 +0200 |
| commit | 528cbac17a6c372d1698c82e30df0fdfc78a5ccc (patch) | |
| tree | 00b2446c4c0437900d97fdc05e8d696ffecbd9c2 /src/rpc | |
| parent | 86f0ed6a89e4c9747f035896ffc218dc73672134 (diff) | |
| download | monzero-core-528cbac17a6c372d1698c82e30df0fdfc78a5ccc.tar.gz monzero-core-528cbac17a6c372d1698c82e30df0fdfc78a5ccc.tar.xz monzero-core-528cbac17a6c372d1698c82e30df0fdfc78a5ccc.zip | |
Show IPv6 addresses in connection list
Diffstat (limited to 'src/rpc')
| -rw-r--r-- | src/rpc/core_rpc_server_commands_defs.h | 2 |
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) |
