diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:43:38 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:43:38 -0700 |
commit | a08df6eb1beaf442ef6d9b27c1f47497b74d3471 (patch) | |
tree | ef0f0ac25c2932f26cdd0a389a4ad44ec2a97826 /src/rpc/daemon_rpc_version.h | |
parent | Merge pull request #6601 (diff) | |
parent | Change ZMQ-JSON txextra to hex and remove unnecessary base fields (diff) | |
download | monero-a08df6eb1beaf442ef6d9b27c1f47497b74d3471.tar.xz |
Merge pull request #6603
4e2377995 Change ZMQ-JSON txextra to hex and remove unnecessary base fields (Lee Clagett)
Diffstat (limited to 'src/rpc/daemon_rpc_version.h')
-rw-r--r-- | src/rpc/daemon_rpc_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/daemon_rpc_version.h b/src/rpc/daemon_rpc_version.h index d178a82bc..2955d5449 100644 --- a/src/rpc/daemon_rpc_version.h +++ b/src/rpc/daemon_rpc_version.h @@ -35,7 +35,7 @@ namespace rpc { static const uint32_t DAEMON_RPC_VERSION_ZMQ_MINOR = 0; -static const uint32_t DAEMON_RPC_VERSION_ZMQ_MAJOR = 1; +static const uint32_t DAEMON_RPC_VERSION_ZMQ_MAJOR = 2; static const uint32_t DAEMON_RPC_VERSION_ZMQ = DAEMON_RPC_VERSION_ZMQ_MINOR + (DAEMON_RPC_VERSION_ZMQ_MAJOR << 16); |