aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-06-09 01:17:59 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-06-09 01:45:36 +0200
commit3289ef4fe1f870a07db3d1b91a0d8fd3ec251cb6 (patch)
treec147b0dd3ac689b822e6598f793d3c61a2380e66 /src/version.h
parent29f80cd230c38d7e424810e986c160ddba9b53ac (diff)
downloadbitcoin-3289ef4fe1f870a07db3d1b91a0d8fd3ec251cb6.tar.xz
Remove unused constant MEMPOOL_GD_VERSION
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 0f69b2f02b..d528212490 100644
--- a/src/version.h
+++ b/src/version.h
@@ -27,9 +27,6 @@ static const int CADDR_TIME_VERSION = 31402;
//! BIP 0031, pong message, is enabled for all versions AFTER this one
static const int BIP0031_VERSION = 60000;
-//! "mempool" command, enhanced "getdata" behavior starts with this version
-static const int MEMPOOL_GD_VERSION = 60002;
-
//! "filter*" commands are disabled without NODE_BLOOM after and including this version
static const int NO_BLOOM_VERSION = 70011;