Skip to content

Commit

Permalink
Flush coins cache also after transaction processing
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Oct 26, 2015
1 parent 46f7437 commit 4186ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4415,6 +4415,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
if (nDoS > 0)
Misbehaving(pfrom->GetId(), nDoS);
}
FlushStateToDisk(state, FLUSH_STATE_PERIODIC);
}


Expand Down

0 comments on commit 4186ac9

Please sign in to comment.