Notching back min proto version.

Risk for sync issues, will need to update later.
This commit is contained in:
ummjackson 2014-03-13 00:10:45 -04:00
parent 9c0fbf5c2c
commit 15e78bf2c7

View file

@ -32,7 +32,7 @@ static const int PROTOCOL_VERSION = 70002;
static const int INIT_PROTO_VERSION = 209;
// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70002;
static const int MIN_PEER_PROTO_VERSION = 70001;
// nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this