mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-23 21:14:42 +00:00
commit
caeddc5d37
@ -2838,8 +2838,8 @@ bool ProcessMessages(CNode* pfrom)
|
||||
|
||||
bool SendMessages(CNode* pto, bool fSendTrickle)
|
||||
{
|
||||
{
|
||||
LOCK(cs_main);
|
||||
TRY_LOCK(cs_main, lockMain);
|
||||
if (lockMain) {
|
||||
// Don't send anything until we get their version message
|
||||
if (pto->nVersion == 0)
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user