From 23eeaeef8ff52e27f7512e2059a9816fa0483160 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Wed, 9 Mar 2016 21:39:49 +0100 Subject: [PATCH] Merge #7662: remove unused NOBLKS_VERSION_{START,END} constants 7d2f84c remove unused NOBLKS_VERSION_{START,END} constants (Pavel Vasin) --- src/version.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/version.h b/src/version.h index 629106a7e..5203b93c5 100644 --- a/src/version.h +++ b/src/version.h @@ -25,10 +25,6 @@ static const int MIN_PEER_PROTO_VERSION = 70208; //! if possible, avoid requesting addresses nodes older than this static const int CADDR_TIME_VERSION = 31402; -//! only request blocks from nodes outside this range of versions -static const int NOBLKS_VERSION_START = 32000; -static const int NOBLKS_VERSION_END = 32400; - //! BIP 0031, pong message, is enabled for all versions AFTER this one static const int BIP0031_VERSION = 60000;