diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-22 20:01:20 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-22 20:01:20 +0000 |
| commit | e227d6e7ac0968ae36396a68c8686be53ee327c8 (patch) | |
| tree | 751f4f091a19f75dff679c16146efab347c46cdf | |
| parent | 2c0173c722af7a6dc1f30c3423d97247a4fd1ad7 (diff) | |
| download | monzero-core-e227d6e7ac0968ae36396a68c8686be53ee327c8.tar.gz monzero-core-e227d6e7ac0968ae36396a68c8686be53ee327c8.tar.xz monzero-core-e227d6e7ac0968ae36396a68c8686be53ee327c8.zip | |
rpc: bump version after RPC changes
| -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 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 { |
