Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed May 17, 2024
1 parent 89dd590 commit c40e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v4/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func CreateUpgradeHandler(
cdc codec.BinaryCodec,
) upgradetypes.UpgradeHandler {
return func(ctx sdk.Context, _ upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
ctx.Logger().Info("Starting upgrade for multi staking...")
ctx.Logger().Info("Starting upgrade for v4")

fixMinCommisionRate(ctx, sk, stakingLegacySubspace)
migrateParamSubspace(ctx, ck, pk)
Expand Down

0 comments on commit c40e6b5

Please sign in to comment.