Skip to content

Commit

Permalink
fixed logger message
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabghose997 committed Oct 4, 2022
1 parent 797bcd3 commit 9001a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func New(
app.UpgradeKeeper = upgradekeeper.NewKeeper(skipUpgradeHeights, keys[upgradetypes.StoreKey], appCodec, homePath, app.BaseApp)

app.UpgradeKeeper.SetUpgradeHandler("v011", func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
ctx.Logger().Info("v0.0.1 upgrade")
ctx.Logger().Info("IBC upgrade to v3")
return fromVM, nil
})

Expand Down

0 comments on commit 9001a06

Please sign in to comment.