mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Remove unused constant MEMPOOL_GD_VERSION
This commit is contained in:
parent
29f80cd230
commit
3289ef4fe1
@ -27,9 +27,6 @@ static const int CADDR_TIME_VERSION = 31402;
|
|||||||
//! BIP 0031, pong message, is enabled for all versions AFTER this one
|
//! BIP 0031, pong message, is enabled for all versions AFTER this one
|
||||||
static const int BIP0031_VERSION = 60000;
|
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
|
//! "filter*" commands are disabled without NODE_BLOOM after and including this version
|
||||||
static const int NO_BLOOM_VERSION = 70011;
|
static const int NO_BLOOM_VERSION = 70011;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user