Remove mempool p2p message #284

This commit is contained in:
Duke
2023-04-06 12:59:31 -04:00
parent f0ee52a94d
commit 15aaf4af44
3 changed files with 0 additions and 33 deletions

View File

@@ -158,12 +158,6 @@ extern const char* BLOCK;
* preferably one with lots of IP addresses of other receiving nodes.
*/
extern const char* GETADDR;
/**
* The mempool message requests the TXIDs of transactions that the receiving
* node has verified as valid but which have not yet appeared in a block.
* @since protocol version 60002.
*/
extern const char* MEMPOOL;
/**
* The ping message is sent periodically to help confirm that the receiving
* peer is still connected.