mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 22:34:27 +00:00
Add missing LOCK(cs_main)
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 305ccaa
This commit is contained in:
parent
ac1dd87f33
commit
2585310a22
@ -3379,7 +3379,10 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
State(pfrom->GetId())->nLastBlockProcess = GetTimeMicros();
|
{
|
||||||
|
LOCK(cs_main);
|
||||||
|
State(pfrom->GetId())->nLastBlockProcess = GetTimeMicros();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user