Skip to content

Commit

Permalink
correct logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Jun 4, 2024
1 parent 448a47d commit c48f099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v2/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 v3")
ctx.Logger().Info("Starting upgrade for Realio-network v2...")

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

0 comments on commit c48f099

Please sign in to comment.