From 5b344d1fb89c923718049783acb93ae5d67d0c34 Mon Sep 17 00:00:00 2001 From: bumbacoin Date: Sat, 23 Jun 2018 02:00:44 +0800 Subject: [PATCH] disconnect older peers on old port --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index e6f0122..8ccd0ea 100755 --- a/src/version.h +++ b/src/version.h @@ -21,8 +21,8 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 70077; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70714; -static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70715; +static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70717; +static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70717; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this