Remove unused constant MEMPOOL_GD_VERSION

This commit is contained in:
practicalswift 2017-06-09 01:17:59 +02:00
parent 29f80cd230
commit 3289ef4fe1
1 changed files with 0 additions and 3 deletions

View File

@ -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;