From 836e104710c7472f9a856f6ff52b66f5d4e295a5 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Tue, 12 Jun 2018 14:33:41 +0300 Subject: [PATCH] Bump proto to 70210 (#2109) --- src/masternode-payments.h | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/masternode-payments.h b/src/masternode-payments.h index 9c237456d..d539aad8a 100644 --- a/src/masternode-payments.h +++ b/src/masternode-payments.h @@ -24,7 +24,7 @@ static const int MNPAYMENTS_SIGNATURES_TOTAL = 10; // V1 - Last protocol version before update // V2 - Newest protocol version static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 70206; -static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70209; +static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70210; extern CCriticalSection cs_vecPayees; extern CCriticalSection cs_mapMasternodeBlocks; diff --git a/src/version.h b/src/version.h index b1657a916..afcd8f315 100644 --- a/src/version.h +++ b/src/version.h @@ -11,7 +11,7 @@ */ -static const int PROTOCOL_VERSION = 70209; +static const int PROTOCOL_VERSION = 70210; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;