Skip to content

Commit

Permalink
fix: add ibc client proposal for command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamer committed Apr 7, 2023
1 parent f8c1079 commit df5e35d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import (
"github.com/cosmos/ibc-go/v5/modules/apps/transfer"
ibctransfertypes "github.com/cosmos/ibc-go/v5/modules/apps/transfer/types"
ibc "github.com/cosmos/ibc-go/v5/modules/core"
ibcclientclient "github.com/cosmos/ibc-go/v5/modules/core/02-client/client"
ibchost "github.com/cosmos/ibc-go/v5/modules/core/24-host"

"github.com/irisnet/irismod/modules/coinswap"
Expand Down Expand Up @@ -105,6 +106,8 @@ var (
distrclient.ProposalHandler,
upgradeclient.LegacyProposalHandler,
upgradeclient.LegacyCancelProposalHandler,
ibcclientclient.UpdateClientProposalHandler,
ibcclientclient.UpgradeProposalHandler,
tibcclient.CreateClientProposalHandler,
tibcclient.UpgradeClientProposalHandler,
tibcclient.RegisterRelayerProposalHandler,
Expand Down

0 comments on commit df5e35d

Please sign in to comment.