Skip to content

Commit 3289ef4

Browse files
Remove unused constant MEMPOOL_GD_VERSION
1 parent 29f80cd commit 3289ef4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/version.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ static const int CADDR_TIME_VERSION = 31402;
2727
//! BIP 0031, pong message, is enabled for all versions AFTER this one
2828
static const int BIP0031_VERSION = 60000;
2929

30-
//! "mempool" command, enhanced "getdata" behavior starts with this version
31-
static const int MEMPOOL_GD_VERSION = 60002;
32-
3330
//! "filter*" commands are disabled without NODE_BLOOM after and including this version
3431
static const int NO_BLOOM_VERSION = 70011;
3532

0 commit comments

Comments
 (0)