Skip to content

Commit

Permalink
Merge pull request #7180
Browse files Browse the repository at this point in the history
e3bc5e0 net: Account for `sendheaders` `verack` messages (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed Dec 8, 2015
2 parents dc0305d + e3bc5e0 commit 16ccb74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/net.cpp
Expand Up @@ -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*";

Expand Down

0 comments on commit 16ccb74

Please sign in to comment.