Remove mempool p2p message #284
This commit is contained in:
@@ -51,7 +51,6 @@ const char *TX="tx"; //used
|
||||
const char *HEADERS="headers"; //used
|
||||
const char *BLOCK="block"; //used
|
||||
const char *GETADDR="getaddr"; //used
|
||||
const char *MEMPOOL="mempool"; //used
|
||||
const char *PING="ping"; //used
|
||||
const char *PONG="pong"; //used
|
||||
const char *NOTFOUND="notfound"; //used
|
||||
@@ -96,7 +95,6 @@ const static std::string allNetMessageTypes[] = {
|
||||
NetMsgType::HEADERS,
|
||||
NetMsgType::BLOCK,
|
||||
NetMsgType::GETADDR,
|
||||
NetMsgType::MEMPOOL,
|
||||
NetMsgType::PING,
|
||||
NetMsgType::PONG,
|
||||
NetMsgType::NOTFOUND,
|
||||
|
||||
Reference in New Issue
Block a user