From 6afd12465cb13b7b13b5bdbfe1ce4acd25b1cea3 Mon Sep 17 00:00:00 2001 From: qwerty55 Date: Thu, 17 Jul 2014 05:04:20 -0400 Subject: [PATCH] incremented min proto version to facilitate hardfork --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 6ea077c..da9a737 100644 --- a/src/version.h +++ b/src/version.h @@ -31,7 +31,7 @@ static const int PROTOCOL_VERSION = 70004; static const int INIT_PROTO_VERSION = 209; // disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70003; // TODO: Change to 70004 before block 445000 to force new client downloading and therefore doing the actual hard fork +static const int MIN_PEER_PROTO_VERSION = 70004; // TODO: Change to 70004 before block 445000 to force new client downloading and therefore doing the actual hard fork // nTime field added to CAddress, starting with this version; // if possible, avoid requesting addresses nodes older than this