rpc: bump RPC version

I forgot to bump it previously when changing RPC, most notably
for the addition of the unlocked field in the histogram RPC.
This causes new wallets to not realize when they're talking to
an older daemon, and get confused trying to get outputs to use
as fake outs. This otherwise gratuitous bump ensures than old
daemons will be detected by wallets using this code.
This commit is contained in:
moneromooo-monero 2016-11-10 23:00:24 +00:00
parent 38727f7d2f
commit 0e418d2a58
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -41,7 +41,7 @@ namespace cryptonote
#define CORE_RPC_STATUS_BUSY "BUSY"
#define CORE_RPC_STATUS_NOT_MINING "NOT MINING"
#define CORE_RPC_VERSION 3
#define CORE_RPC_VERSION 4
struct COMMAND_RPC_GET_HEIGHT
{