Skip to content

Commit

Permalink
Update app/upgrades.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wedul <[email protected]>
  • Loading branch information
Taztingo and SpicyLemon authored Mar 11, 2024
1 parent acc0e64 commit f512bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ var upgrades = map[string]appUpgrade{
if err != nil {
return nil, err
}

removeInactiveValidatorDelegations(ctx, app)

return vm, nil
},
Expand Down

0 comments on commit f512bd8

Please sign in to comment.