Revert old peer disconnect until the spreading the new version - Let's put until block 445000 at least

This commit is contained in:
rotocoin
2014-05-19 17:05:21 +02:00
parent c9859e5c53
commit 2c71c0dbd6

View File

@@ -31,7 +31,7 @@ static const int PROTOCOL_VERSION = 70003;
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 = 70003; // 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 = 60002; // TODO: Change to 70003 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