Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Oct 15, 2020
1 parent d8beca5 commit ffc902f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/minter/minter.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,8 @@ func (app *Blockchain) isApplicationHalted(height uint64) bool {
return true
}

return false // todo: remove

halts := app.stateDeliver.Halts.GetHaltBlocks(height)
if halts != nil {
// calculate total power of validators
Expand Down

0 comments on commit ffc902f

Please sign in to comment.