Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdump committed Oct 25, 2018
1 parent 3492b6d commit 9882586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion state/dbStateManager.go
Expand Up @@ -1484,7 +1484,9 @@ func (list *DBStateList) SaveDBStateToDB(d *DBState) (progress bool) {
if list.State.StateSaverStruct.FastBoot {
d.SaveStruct = d.TmpSaveStruct
err := list.State.StateSaverStruct.SaveDBStateList(list.State.DBStates, list.State.Network)
list.State.LogPrintf("dbstatesprocess", "Error while saving Fastboot %v", err)
if err != nil {
list.State.LogPrintf("dbstatesprocess", "Error while saving Fastboot %v", err)
}
}
// Now that we have saved the perm balances, we can clear the api hashmaps that held the differences
// between the actual saved block prior, and this saved block. If you are looking for balances of
Expand Down

0 comments on commit 9882586

Please sign in to comment.