aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Vasin <pavel@vasin.nl>2016-03-09 19:29:23 +0300
committerPavel Vasin <pavel@vasin.nl>2016-03-09 19:29:23 +0300
commit7d2f84c72fbb0b19275885badafb3738d44f2e10 (patch)
tree18ec905298f1847047070205ca90a237a1859a22
parent87d65622996d6b6539dba973a4427e542cc291c7 (diff)
downloadbitcoin-7d2f84c72fbb0b19275885badafb3738d44f2e10.tar.xz
remove unused NOBLKS_VERSION_{START,END} constants
-rw-r--r--src/version.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/version.h b/src/version.h
index f7cf18d0b6..af2eb8eab6 100644
--- a/src/version.h
+++ b/src/version.h
@@ -24,10 +24,6 @@ static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
//! 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;