Flush coins cache also after transaction processing
This commit is contained in:
parent
bde953e281
commit
dd5862c4cd
1 changed files with 1 additions and 0 deletions
|
@ -4830,6 +4830,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
|
|||
if (nDoS > 0)
|
||||
Misbehaving(pfrom->GetId(), nDoS);
|
||||
}
|
||||
FlushStateToDisk(state, FLUSH_STATE_PERIODIC);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue