This commit is contained in:
@@ -8317,7 +8317,10 @@ bool SendMessages(CNode* pto, bool fSendTrickle)
|
|||||||
pto->vInventoryToSend = vInvWait;
|
pto->vInventoryToSend = vInvWait;
|
||||||
}
|
}
|
||||||
if (!vInv.empty())
|
if (!vInv.empty())
|
||||||
|
{
|
||||||
|
fprintf(stderr,"send inv message\n");
|
||||||
pto->PushMessage("inv", vInv);
|
pto->PushMessage("inv", vInv);
|
||||||
|
}
|
||||||
if ( KOMODO_NSPV != 0 )
|
if ( KOMODO_NSPV != 0 )
|
||||||
return(true);
|
return(true);
|
||||||
// Detect whether we're stalling
|
// Detect whether we're stalling
|
||||||
|
|||||||
Reference in New Issue
Block a user