Skip to content

Commit

Permalink
Problem: upgrade handler not desired for the immediate hotfix release
Browse files Browse the repository at this point in the history
Solution: removed the dummy upgrade handler
(to be added back / reverted for the subsequent release for
the network upgrade task)
  • Loading branch information
tomtau committed Jan 25, 2021
1 parent f7a1dd1 commit 93df3a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,6 @@ func New(
app.ScopedIBCKeeper = scopedIBCKeeper
app.ScopedTransferKeeper = scopedTransferKeeper

// TODO: crossfire may not be long-running, so the special config + this may need to be removed later
app.UpgradeKeeper.SetUpgradeHandler("crossfire-upgrade-test", func(_ sdk.Context, _ upgradetypes.Plan) {})

return app
}

Expand Down

0 comments on commit 93df3a8

Please sign in to comment.