reverted min proto version

This commit is contained in:
qwerty55
2014-07-17 04:05:30 -04:00
parent c374d23f37
commit 5ae4422402

View File

@@ -31,7 +31,7 @@ static const int PROTOCOL_VERSION = 70004;
static const int INIT_PROTO_VERSION = 209; static const int INIT_PROTO_VERSION = 209;
// disconnect from peers older than this proto version // disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70004; // TODO: Change to 70003 before block 445000 to force new client downloading and therefore doing the actual hard fork static const int MIN_PEER_PROTO_VERSION = 70003; // TODO: Change to 70004 before block 445000 to force new client downloading and therefore doing the actual hard fork
// nTime field added to CAddress, starting with this version; // nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this // if possible, avoid requesting addresses nodes older than this