aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-15 10:22:22 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-15 10:18:58 +0200
commitfacbcd3742313625137907276628267ad90eee01 (patch)
treea614b2dfdeee6426fb050ce8463a86824f91fcdf /src/version.h
parent9d85c03620bf660cfa7d13080f5c0b191579cbc3 (diff)
doc: Remove unused NO_BLOOM_VERSION constant
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/version.h b/src/version.h
index ee646eefc3..611a670314 100644
--- a/src/version.h
+++ b/src/version.h
@@ -20,9 +20,6 @@ static const int MIN_PEER_PROTO_VERSION = 31800;
//! BIP 0031, pong message, is enabled for all versions AFTER this one
static const int BIP0031_VERSION = 60000;
-//! "filter*" commands are disabled without NODE_BLOOM after and including this version
-static const int NO_BLOOM_VERSION = 70011;
-
//! "sendheaders" command and announcing blocks with headers starts with this version
static const int SENDHEADERS_VERSION = 70012;