From 9c4e019c368076d036bc691635acc038c9e7a986 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Tue, 22 Nov 2016 19:14:28 +0400 Subject: [PATCH] bump proto (#1162) 70202 -> 70203 --- src/governance.h | 2 +- src/masternode-payments.h | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/governance.h b/src/governance.h index 98a805ca94..8b5c3389b3 100644 --- a/src/governance.h +++ b/src/governance.h @@ -35,7 +35,7 @@ class CGovernanceObject; class CGovernanceVote; static const int MAX_GOVERNANCE_OBJECT_DATA_SIZE = 16 * 1024; -static const int MIN_GOVERNANCE_PEER_PROTO_VERSION = 70202; +static const int MIN_GOVERNANCE_PEER_PROTO_VERSION = 70203; static const int GOVERNANCE_OBJECT_UNKNOWN = 0; static const int GOVERNANCE_OBJECT_PROPOSAL = 1; diff --git a/src/masternode-payments.h b/src/masternode-payments.h index 138aad2921..2bc80c1186 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 = 70103; -static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70202; +static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70203; extern CCriticalSection cs_vecPayees; extern CCriticalSection cs_mapMasternodeBlocks; diff --git a/src/version.h b/src/version.h index cb3b7287d8..4afb571e93 100644 --- a/src/version.h +++ b/src/version.h @@ -10,7 +10,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70202; +static const int PROTOCOL_VERSION = 70203; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;