Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
77203852d4
  1. 2
      src/main.cpp

2
src/main.cpp

@ -6467,7 +6467,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
return true;
}
//printf("netmsg: %s\n", strCommand.c_str());
fprintf(stderr,"netmsg: %s\n", strCommand.c_str());
if (strCommand == "version")
{

Loading…
Cancel
Save