We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f80cd commit 3289ef4Copy full SHA for 3289ef4
src/version.h
@@ -27,9 +27,6 @@ static const int CADDR_TIME_VERSION = 31402;
27
//! BIP 0031, pong message, is enabled for all versions AFTER this one
28
static const int BIP0031_VERSION = 60000;
29
30
-//! "mempool" command, enhanced "getdata" behavior starts with this version
31
-static const int MEMPOOL_GD_VERSION = 60002;
32
-
33
//! "filter*" commands are disabled without NODE_BLOOM after and including this version
34
static const int NO_BLOOM_VERSION = 70011;
35
0 commit comments