Bypass all the other messages starting from inv

This commit is contained in:
jl777
2019-07-05 06:11:32 -11:00
parent f87d54f961
commit 07fe2a3a78

View File

@@ -7450,7 +7450,8 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
komodo_nSPVresp(pfrom,payload);
return(true);
}
else if ( KOMODO_NSPV != 0 )
return(true);
else if (strCommand == "inv")
{
vector<CInv> vInv;