mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 14:32:17 +00:00
Merge pull request #4204
305ccaa Add missing LOCK(cs_main) (Pieter Wuille)
This commit is contained in:
commit
8cd900711c
@ -3488,7 +3488,10 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
LOCK(cs_main);
|
||||||
State(pfrom->GetId())->nLastBlockProcess = GetTimeMicros();
|
State(pfrom->GetId())->nLastBlockProcess = GetTimeMicros();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user