aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-11-22 20:01:20 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-11-22 20:01:20 +0000
commite227d6e7ac0968ae36396a68c8686be53ee327c8 (patch)
tree751f4f091a19f75dff679c16146efab347c46cdf
parentAdd a get_outs (fully text based) version of get_outs.bin (diff)
downloadmonero-e227d6e7ac0968ae36396a68c8686be53ee327c8.tar.xz
rpc: bump version after RPC changes
-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 e227a962d..e19238c44 100644
--- a/src/rpc/core_rpc_server_commands_defs.h
+++ b/src/rpc/core_rpc_server_commands_defs.h
@@ -41,7 +41,7 @@ namespace cryptonote
#define CORE_RPC_STATUS_BUSY "BUSY"
#define CORE_RPC_STATUS_NOT_MINING "NOT MINING"
-#define CORE_RPC_VERSION 4
+#define CORE_RPC_VERSION 5
struct COMMAND_RPC_GET_HEIGHT
{