Skip to content

Commit 4313de4

Browse files
Merge bitcoin#27657: doc: Remove unused NO_BLOOM_VERSION constant
Co-authored-by: fanquake <fanquake@gmail.com>
1 parent 566fd2d commit 4313de4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/protocol.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ extern const char* GETADDR;
134134
/**
135135
* The mempool message requests the TXIDs of transactions that the receiving
136136
* node has verified as valid but which have not yet appeared in a block.
137-
* @since protocol version 60002.
137+
* @since protocol version 60002 as described by BIP35.
138+
* Only available with service bit NODE_BLOOM, see also BIP111.
138139
*/
139140
extern const char* MEMPOOL;
140141
/**
@@ -315,8 +316,6 @@ enum ServiceFlags : uint64_t {
315316
// set by all Dash Core non pruned nodes, and is unset by SPV clients or other light clients.
316317
NODE_NETWORK = (1 << 0),
317318
// NODE_BLOOM means the node is capable and willing to handle bloom-filtered connections.
318-
// Dash Core nodes used to support this by default, without advertising this bit,
319-
// but no longer do as of protocol version 70201 (= NO_BLOOM_VERSION)
320319
NODE_BLOOM = (1 << 2),
321320
// NODE_COMPACT_FILTERS means the node will service basic block filter requests.
322321
// See BIP157 and BIP158 for details on how this is implemented.

0 commit comments

Comments
 (0)