Browse Source

Flush coins cache also after transaction processing

0.13
Pieter Wuille 9 years ago committed by Matt Corallo
parent
commit
dd5862c4cd
  1. 1
      src/main.cpp

1
src/main.cpp

@ -4830,6 +4830,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
if (nDoS > 0) if (nDoS > 0)
Misbehaving(pfrom->GetId(), nDoS); Misbehaving(pfrom->GetId(), nDoS);
} }
FlushStateToDisk(state, FLUSH_STATE_PERIODIC);
} }

Loading…
Cancel
Save