diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 01:17:59 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 01:45:36 +0200 |
commit | 3289ef4fe1f870a07db3d1b91a0d8fd3ec251cb6 (patch) | |
tree | c147b0dd3ac689b822e6598f793d3c61a2380e66 | |
parent | 29f80cd230c38d7e424810e986c160ddba9b53ac (diff) |
Remove unused constant MEMPOOL_GD_VERSION
-rw-r--r-- | src/version.h | 3 |
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; |