From f78c0d2ce310a0c644a5b5b6ee36104c7165c198 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 25 Oct 2020 22:53:47 -0400 Subject: [PATCH] We don't even want to think about talking to old nodes --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 4e3c5417c..9c18c44e8 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 = 170009; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this