Update version.h

This commit is contained in:
xnljfr 2014-02-22 10:49:59 +02:00
parent ea3e2908a5
commit 87c3280089

View file

@ -34,7 +34,7 @@ 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 = 209;
static const int MIN_PROTO_VERSION = 70001;
// nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this