Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Jul 19, 2023
1 parent 2727b4b commit 0ab1dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrades/v4/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func CreateUpgradeHandler(
keepers *keepers.AppKeepers,
) upgradetypes.UpgradeHandler {
return func(ctx sdk.Context, plan upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
// Add params for transfer middleware
transmiddlewareParams := tfmdtypes.DefaultParams()
keepers.TransferMiddlewareKeeper.SetParams(ctx, transmiddlewareParams)

Expand Down

0 comments on commit 0ab1dd4

Please sign in to comment.