Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Aug 21, 2024
1 parent baf9ad8 commit 4217ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v4_2_3/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// CreateUpgradeHandler that migrates the chain from v4.2.2 to v4.2.3
func CreateUpgradeHandler(
mm *module.Manager,
sk *stakingKeeper.Keeper,
_ *stakingKeeper.Keeper,
configurator module.Configurator,
) upgradetypes.UpgradeHandler {
return func(ctx sdk.Context, _ upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
Expand Down

0 comments on commit 4217ae2

Please sign in to comment.