Skip to content

Commit

Permalink
Removed app migration support
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Aug 15, 2021
1 parent b5b7ff7 commit 868cfc2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,6 @@ func NewDesmosApp(
app.ScopedIBCTransferKeeper = scopedIBCTransferKeeper
app.ScopedProfilesKeeper = scopedProfilesKeeper

// ---------------------------------------------------------------------------------------------------------------
// --- Desmos v0.17.5 upgrade

app.upgradeKeeper.SetUpgradeHandler("desmos-v0.17.6-upgrade", func(ctx sdk.Context, plan upgradetypes.Plan) {
})

return app
}

Expand Down

0 comments on commit 868cfc2

Please sign in to comment.