Skip to content

Commit

Permalink
⏪️ Revert "Add upgrade related code utilizing the upgrade module"
Browse files Browse the repository at this point in the history
This reverts commit d27247d.
  • Loading branch information
nnkken committed Jan 19, 2022
1 parent 10616e3 commit 1c9e198
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ import (
)

const appName = "LikeApp"
const upgradeName = "AuPuiWan"

var (
// default home directories for liked
Expand Down Expand Up @@ -404,12 +403,6 @@ func NewLikeApp(
)
app.SetEndBlocker(app.EndBlocker)

app.UpgradeKeeper.SetUpgradeHandler(
upgradeName,
func(ctx sdk.Context, _ upgradetypes.Plan) {
},
)

if loadLatest {
err := app.LoadLatestVersion()
if err != nil {
Expand Down

0 comments on commit 1c9e198

Please sign in to comment.