Bypass all the other messages starting from inv
This commit is contained in:
@@ -7450,7 +7450,8 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
|
|||||||
komodo_nSPVresp(pfrom,payload);
|
komodo_nSPVresp(pfrom,payload);
|
||||||
return(true);
|
return(true);
|
||||||
}
|
}
|
||||||
|
else if ( KOMODO_NSPV != 0 )
|
||||||
|
return(true);
|
||||||
else if (strCommand == "inv")
|
else if (strCommand == "inv")
|
||||||
{
|
{
|
||||||
vector<CInv> vInv;
|
vector<CInv> vInv;
|
||||||
|
|||||||
Reference in New Issue
Block a user