inc min peer version to 70094 for testing
This commit is contained in:
parent
5c935c8c86
commit
9aca541200
@ -19,7 +19,7 @@ static const int INIT_PROTO_VERSION = 209;
|
||||
static const int GETHEADERS_VERSION = 70077;
|
||||
|
||||
//! disconnect from peers older than this proto version
|
||||
static const int MIN_PEER_PROTO_VERSION = 70066;
|
||||
static const int MIN_PEER_PROTO_VERSION = 70094; //TODO: CHANGE BACK TO 70066 BEFORE LAUNCH
|
||||
|
||||
//! minimum peer version accepted by DarksendPool
|
||||
static const int MIN_POOL_PEER_PROTO_VERSION = 70094;
|
||||
|
Loading…
Reference in New Issue
Block a user