File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
139140extern 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.
You can’t perform that action at this time.
0 commit comments