From f1e3133fc6074d57b47ede8b064ca4c353fa5bbc Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Nov 2020 05:02:27 -0500 Subject: [PATCH] Bump min peer proto version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 4e3c5417c..a7fc5e1ea 100644 --- a/src/version.h +++ b/src/version.h @@ -34,7 +34,7 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 31800; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 170007; +static const int MIN_PEER_PROTO_VERSION = 170008; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this