mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Flush coins cache also after transaction processing
This commit is contained in:
parent
bde953e281
commit
dd5862c4cd
@ -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…
Reference in New Issue
Block a user