initial validation commit ONLY validates non OP_RETURN

This commit is contained in:
blackjok3r
2019-03-23 14:32:43 +08:00
parent 049e42c7cb
commit 3bd5bc3232
3 changed files with 147 additions and 19 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")