From 4f1fdfb14f97fcd64eb90b9db8f2a43677241101 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 7 Jan 2021 15:54:46 -0500 Subject: [PATCH] Do not speak with old and potentially malicious/misconfigured nodes --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 7f954364a..69c48d1a4 100644 --- a/src/version.h +++ b/src/version.h @@ -27,7 +27,7 @@ static const int INIT_PROTO_VERSION = 209; //! In this version, 'getheaders' was introduced. static const int GETHEADERS_VERSION = 31800; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 170009; +static const int MIN_PEER_PROTO_VERSION = 1987420; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this static const int CADDR_TIME_VERSION = 31402;