Bump proto to 70210 (#2109)
This commit is contained in:
parent
8d8fdb4339
commit
836e104710
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user