File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ static const unsigned char REJECT_INVALID = 0x10;
14
14
static const unsigned char REJECT_OBSOLETE = 0x11 ;
15
15
static const unsigned char REJECT_DUPLICATE = 0x12 ;
16
16
static const unsigned char REJECT_NONSTANDARD = 0x40 ;
17
- static const unsigned char REJECT_DUST = 0x41 ;
17
+ // static const unsigned char REJECT_DUST = 0x41; // part of BIP 61
18
18
static const unsigned char REJECT_INSUFFICIENTFEE = 0x42 ;
19
19
static const unsigned char REJECT_CHECKPOINT = 0x43 ;
20
20
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ static const int CADDR_TIME_VERSION = 31402;
27
27
//! BIP 0031, pong message, is enabled for all versions AFTER this one
28
28
static const int BIP0031_VERSION = 60000 ;
29
29
30
- //! "mempool" command, enhanced "getdata" behavior starts with this version
31
- static const int MEMPOOL_GD_VERSION = 60002 ;
32
-
33
30
//! "filter*" commands are disabled without NODE_BLOOM after and including this version
34
31
static const int NO_BLOOM_VERSION = 70011 ;
35
32
You can’t perform that action at this time.
0 commit comments