changed min ver back to 70066

This commit is contained in:
Evan Duffield 2015-07-23 18:55:20 -07:00
parent 12d4519015
commit 48f9e277f9

View File

@ -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;