From 5d718e545687c48909c41e9052e34a45b5198ccd Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Mon, 25 Aug 2014 01:27:32 +0100 Subject: [PATCH] Set minimum protocol version to 70003 so connections to pre-1.8 clients are rejected. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index f117d2f05..04b68999a 100644 --- a/src/version.h +++ b/src/version.h @@ -33,7 +33,7 @@ static const int PROTOCOL_VERSION = 70003; static const int INIT_PROTO_VERSION = 209; // disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70002; +static const int MIN_PEER_PROTO_VERSION = 70003; // nTime field added to CAddress, starting with this version; // if possible, avoid requesting addresses nodes older than this