From 9a0ff9f245dcc7e69ad4a92e4728249e2b8e92f5 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Thu, 4 Sep 2014 09:43:01 -0700 Subject: [PATCH] update protocol version --- src/main.h | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index 87736ae419..7b3058f6db 100644 --- a/src/main.h +++ b/src/main.h @@ -2492,7 +2492,7 @@ static const int64 POOL_FEE_AMOUNT = 0.025*COIN; class CDarkSendPool { public: - static const int MIN_PEER_PROTO_VERSION = 70035; + static const int MIN_PEER_PROTO_VERSION = 70036; CTxIn vinMasterNode; CPubKey pubkeyMasterNode; diff --git a/src/version.h b/src/version.h index 52a009e140..c231f11dcd 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 70035; +static const int PROTOCOL_VERSION = 70036; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;