|
|
|
@ -28,7 +28,6 @@ const char *GETADDR="getaddr";
@@ -28,7 +28,6 @@ const char *GETADDR="getaddr";
|
|
|
|
|
const char *MEMPOOL="mempool"; |
|
|
|
|
const char *PING="ping"; |
|
|
|
|
const char *PONG="pong"; |
|
|
|
|
const char *ALERT="alert"; |
|
|
|
|
const char *NOTFOUND="notfound"; |
|
|
|
|
const char *FILTERLOAD="filterload"; |
|
|
|
|
const char *FILTERADD="filteradd"; |
|
|
|
@ -64,7 +63,6 @@ const static std::string allNetMessageTypes[] = {
@@ -64,7 +63,6 @@ const static std::string allNetMessageTypes[] = {
|
|
|
|
|
NetMsgType::MEMPOOL, |
|
|
|
|
NetMsgType::PING, |
|
|
|
|
NetMsgType::PONG, |
|
|
|
|
NetMsgType::ALERT, |
|
|
|
|
NetMsgType::NOTFOUND, |
|
|
|
|
NetMsgType::FILTERLOAD, |
|
|
|
|
NetMsgType::FILTERADD, |
|
|
|
|