Browse Source

Add missing LOCK(cs_main)

0.10
Pieter Wuille 11 years ago
parent
commit
305ccaa275
  1. 3
      src/main.cpp

3
src/main.cpp

@ -3488,7 +3488,10 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) @@ -3488,7 +3488,10 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
return true;
}
{
LOCK(cs_main);
State(pfrom->GetId())->nLastBlockProcess = GetTimeMicros();
}

Loading…
Cancel
Save