Skip to content

Commit

Permalink
Merge pull request #159 from MinterTeam/dev
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
danil-lashin authored Nov 18, 2018
2 parents 63cb1d3 + bbbcdfd commit 426a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (s *StateDB) updateStateCoin(stateCoin *stateCoin) {

// TODO: delete
if stateCoin.ReserveBalance().Cmp(types.Big0) == -1 {
stateCoin.SetVolume(big.NewInt(0))
stateCoin.SetReserve(big.NewInt(0))
}

// TODO: delete
Expand Down

0 comments on commit 426a380

Please sign in to comment.