Update version.h

This commit is contained in:
xnljfr 2014-02-22 21:20:53 +02:00
parent 55323c1639
commit 80795d47f6

View file

@ -33,8 +33,11 @@ extern const std::string CLIENT_DATE;
static const int PROTOCOL_VERSION = 70001;
// earlier versions not supported as of Feb 2012, and are disconnected
static const int MIN_PROTO_VERSION = 70001;
// intial proto version, to be increased after version/verack negotiation
static const int MIN_PROTO_VERSION = 209;
// disconnect from peers older than this proto version
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