|
|
|
@ -72,7 +72,8 @@ const static std::string logAllowIncomingMsgCmds[] = {
@@ -72,7 +72,8 @@ const static std::string logAllowIncomingMsgCmds[] = {
|
|
|
|
|
"version", "addr", "inv", "getdata", "merkleblock", |
|
|
|
|
"getblocks", "getheaders", "tx", "headers", "block", |
|
|
|
|
"getaddr", "mempool", "ping", "pong", "alert", "notfound", |
|
|
|
|
"filterload", "filteradd", "filterclear", "reject"}; |
|
|
|
|
"filterload", "filteradd", "filterclear", "reject", |
|
|
|
|
"sendheaders", "verack"}; |
|
|
|
|
|
|
|
|
|
const static std::string NET_MESSAGE_COMMAND_OTHER = "*other*"; |
|
|
|
|
|
|
|
|
|