bump MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 and PROTOCOL_VERSION to 70208 (#1636)

This commit is contained in:
UdjinM6 2017-09-17 20:43:58 +03:00 committed by GitHub
parent 8f850c60fa
commit 02e882c3d8
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ static const int MNPAYMENTS_SIGNATURES_TOTAL = 10;
// V1 - Last protocol version before update // V1 - Last protocol version before update
// V2 - Newest protocol version // V2 - Newest protocol version
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 70206; static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 70206;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70206; static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70208;
extern CCriticalSection cs_vecPayees; extern CCriticalSection cs_vecPayees;
extern CCriticalSection cs_mapMasternodeBlocks; extern CCriticalSection cs_mapMasternodeBlocks;

View File

@ -10,7 +10,7 @@
* network protocol versioning * network protocol versioning
*/ */
static const int PROTOCOL_VERSION = 70207; static const int PROTOCOL_VERSION = 70208;
//! initial proto version, to be increased after version/verack negotiation //! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209; static const int INIT_PROTO_VERSION = 209;