Merge pull request #272 from xnljfr/1.4.1

Ban < 1.4.2 from connecting
This commit is contained in:
ummjackson 2014-02-22 19:51:33 +11:00
commit 9b2d391dd5

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