From 9cc07aec1cf3a0f735e560a7decdc1a14fbf9e83 Mon Sep 17 00:00:00 2001 From: vertoe Date: Thu, 1 Jan 2015 19:03:25 +0100 Subject: [PATCH] Hotfix for version.h --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b8782b6ddf..1edbcb18b8 100644 --- a/src/version.h +++ b/src/version.h @@ -33,7 +33,7 @@ static const int PROTOCOL_VERSION = 70052; static const int INIT_PROTO_VERSION = 209; // disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70046 +static const int MIN_PEER_PROTO_VERSION = 70046; // nTime field added to CAddress, starting with this version; // if possible, avoid requesting addresses nodes older than this