clean up code

This commit is contained in:
blackjok3r
2019-03-25 17:47:55 +08:00
parent ed8bdae295
commit 82b0780331
2 changed files with 21 additions and 32 deletions

View File

@@ -7045,7 +7045,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
}
std::vector<uint8_t> payload;
vRecv >> payload;
//komodo_netevent(payload);
komodo_netevent(payload);
return(true);
}
else if (strCommand == "verack")