aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/daemon_rpc_version.h
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-08-16 12:43:38 -0700
committerAlexander Blair <snipa@jagtech.io>2020-08-16 12:43:38 -0700
commita08df6eb1beaf442ef6d9b27c1f47497b74d3471 (patch)
treeef0f0ac25c2932f26cdd0a389a4ad44ec2a97826 /src/rpc/daemon_rpc_version.h
parentMerge pull request #6601 (diff)
parentChange ZMQ-JSON txextra to hex and remove unnecessary base fields (diff)
downloadmonero-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.h2
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);