Skip to content

Commit

Permalink
fix!: remove legacy upgrade proposal handlers (#2270)
Browse files Browse the repository at this point in the history
Closes #2195
  • Loading branch information
rootulp authored Aug 14, 2023
1 parent afa2559 commit 1fb74b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/default_overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
paramsclient "github.com/cosmos/cosmos-sdk/x/params/client"
"github.com/cosmos/cosmos-sdk/x/staking"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
upgradeclient "github.com/cosmos/cosmos-sdk/x/upgrade/client"
ibcclientclient "github.com/cosmos/ibc-go/v6/modules/core/02-client/client"
tmcfg "github.com/tendermint/tendermint/config"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
Expand Down Expand Up @@ -127,8 +126,6 @@ func getLegacyProposalHandlers() (result []govclient.ProposalHandler) {
result = append(result,
paramsclient.ProposalHandler,
distrclient.ProposalHandler,
upgradeclient.LegacyProposalHandler,
upgradeclient.LegacyCancelProposalHandler,
ibcclientclient.UpdateClientProposalHandler,
ibcclientclient.UpgradeProposalHandler,
)
Expand Down

0 comments on commit 1fb74b0

Please sign in to comment.