@@ -30,34 +30,34 @@ static const int DATABASE_VERSION = 70509;
3030//
3131// network protocol versioning
3232//
33- static const int PROTOCOL_VERSION = 62014 ;
33+ static const int PROTOCOL_VERSION = 62015 ;
3434
3535// intial proto version, to be increased after version/verack negotiation
3636static const int INIT_PROTO_VERSION = 209 ;
3737
3838// disconnect from peers older than this proto version
39- static const int MIN_PEER_PROTO_VERSION = 62013 ;
39+ static const int MIN_PEER_PROTO_VERSION = 62014 ;
4040
4141// minimum peer version accepted by MNenginePool
42- static const int MIN_POOL_PEER_PROTO_VERSION = 62013 ;
43- static const int MIN_INSTANTX_PROTO_VERSION = 62013 ;
42+ static const int MIN_POOL_PEER_PROTO_VERSION = 62014 ;
43+ static const int MIN_INSTANTX_PROTO_VERSION = 62014 ;
4444
4545// ! minimum peer version that can receive masternode payments
4646// V1 - Last protocol version before update
4747// V2 - Newest protocol version
48- static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 62013 ;
49- static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 62013 ;
48+ static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 62014 ;
49+ static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 62014 ;
5050
5151// nTime field added to CAddress, starting with this version;
5252// if possible, avoid requesting addresses nodes older than this
5353static const int CADDR_TIME_VERSION = 31402 ;
5454
5555// only request blocks from nodes outside this range of versions
5656static const int NOBLKS_VERSION_START = 0 ;
57- static const int NOBLKS_VERSION_END = 62012 ;
57+ static const int NOBLKS_VERSION_END = 62013 ;
5858
5959// hard cutoff time for legacy network connections
60- static const int64_t HRD_LEGACY_CUTOFF = 1562281200 ; // ON (Thursday, July 4, 2019 4:00:00 PM GMT-07:00 )
60+ static const int64_t HRD_LEGACY_CUTOFF = 9993058800 ; // OFF (NOT TOGGLED )
6161
6262// hard cutoff time for future network connections
6363static const int64_t HRD_FUTURE_CUTOFF = 9993058800 ; // OFF (NOT TOGGLED)
0 commit comments