Debugging network messages
This commit is contained in:
@@ -6348,6 +6348,8 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
|
||||
return true;
|
||||
}
|
||||
|
||||
printf("netmsg: %s\n", strCommand);
|
||||
|
||||
if (strCommand == "version")
|
||||
{
|
||||
// Each connection can only send one version message
|
||||
|
||||
Reference in New Issue
Block a user