From 87c32800895e063ab4c349ce1b443a920f8661f1 Mon Sep 17 00:00:00 2001 From: xnljfr Date: Sat, 22 Feb 2014 10:49:59 +0200 Subject: [PATCH] Update version.h --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 4d892f003..d1aaf85d8 100644 --- a/src/version.h +++ b/src/version.h @@ -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