changed min ver back to 70066
This commit is contained in:
parent
12d4519015
commit
48f9e277f9
@ -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 = 70094; //TODO: CHANGE BACK TO 70066 BEFORE LAUNCH
|
||||
static const int MIN_PEER_PROTO_VERSION = 70066;
|
||||
|
||||
//! minimum peer version accepted by DarksendPool
|
||||
static const int MIN_POOL_PEER_PROTO_VERSION = 70095;
|
||||
|
Loading…
Reference in New Issue
Block a user