Skip to content

Commit

Permalink
add migrate unbonding
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer committed Nov 7, 2023
1 parent 71e28b7 commit 42ced36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrades/v6/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func CreateUpgradeHandler(
ctx.Logger().Info("First step: Migrate addresses stored in bech32 form to use new prefix")
keys := keepers.GetKVStoreKey()
bech32stakingmigration.MigrateAddressBech32(ctx, keys[stakingtypes.StoreKey], cdc)
bech32stakingmigration.MigrateUnbonding(ctx, keys[stakingtypes.StoreKey], cdc)
bech32slashingmigration.MigrateAddressBech32(ctx, keys[slashingtypes.StoreKey], cdc)
bech32govmigration.MigrateAddressBech32(ctx, keys[govtypes.StoreKey], cdc)
bech32authmigration.MigrateAddressBech32(ctx, keys[authtypes.StoreKey], cdc)
Expand Down

0 comments on commit 42ced36

Please sign in to comment.