Bump proto to 70210 (#2109)

This commit is contained in:
UdjinM6 2018-06-12 14:33:41 +03:00 committed by GitHub
parent 8d8fdb4339
commit 836e104710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = 70209; static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70210;
extern CCriticalSection cs_vecPayees; extern CCriticalSection cs_vecPayees;
extern CCriticalSection cs_mapMasternodeBlocks; extern CCriticalSection cs_mapMasternodeBlocks;

View File

@ -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 //! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209; static const int INIT_PROTO_VERSION = 209;