Skip to content

Commit

Permalink
chore: rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taramakage committed Oct 11, 2023
1 parent f3778fb commit 465f0ef
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/upgrades/v210/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ func upgradeHandlerConstructor(
app upgrades.AppKeepers,
) upgradetypes.UpgradeHandler {
return func(ctx sdk.Context, _ upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
// this migration is optional
// add proposal ids with proposers which are active (deposit or voting period)
// proposals := make(map[uint64]string)
// proposals[1] = "cosmos1luyncewxk4lm24k6gqy8y5dxkj0klr4tu0lmnj"
// v4.AddProposerAddressToProposal(
// ctx,
// sdk.NewKVStoreKey(v4.ModuleName),
// app.AppCodec,
// proposals,
// )

// Enable 09-localhost type in allowed clients according to
// https://github.com/cosmos/ibc-go/blob/v7.3.0/docs/migrations/v7-to-v7_1.md
params := app.IBCKeeper.ClientKeeper.GetParams(ctx)
Expand Down

0 comments on commit 465f0ef

Please sign in to comment.