Skip to content

Commit dd5862c

Browse files
sipaTheBlueMatt
authored andcommitted
Flush coins cache also after transaction processing
1 parent bde953e commit dd5862c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4830,6 +4830,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
48304830
if (nDoS > 0)
48314831
Misbehaving(pfrom->GetId(), nDoS);
48324832
}
4833+
FlushStateToDisk(state, FLUSH_STATE_PERIODIC);
48334834
}
48344835

48354836

0 commit comments

Comments
 (0)