From 246a34e1152c5e2c471dfda61caea3d6af7f211b Mon Sep 17 00:00:00 2001 From: Nopslide Date: Fri, 30 Dec 2016 09:28:48 +0700 Subject: [PATCH] Urgent update to eliminate old wallet version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 8dd3edc9d6..fd72f4a530 100755 --- a/src/version.h +++ b/src/version.h @@ -31,7 +31,7 @@ static const int PROTOCOL_VERSION = 90016; static const int INIT_PROTO_VERSION = 90013; // disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 90014; +static const int MIN_PEER_PROTO_VERSION = 90016; // nTime field added to CAddress, starting with this version; // if possible, avoid requesting addresses nodes older than this