Skip to content

Commit

Permalink
fix: register ibc client update proposal handlers (backport #1857) (#…
Browse files Browse the repository at this point in the history
…1858)

Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com>
  • Loading branch information
mergify[bot] and aleem1314 authored Mar 24, 2023
1 parent 71f7060 commit 2844ccc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ import (
ibctransfertypes "github.com/cosmos/ibc-go/v5/modules/apps/transfer/types"
ibc "github.com/cosmos/ibc-go/v5/modules/core"
ibcclient "github.com/cosmos/ibc-go/v5/modules/core/02-client"
ibcclientclient "github.com/cosmos/ibc-go/v5/modules/core/02-client/client"
ibcclienttypes "github.com/cosmos/ibc-go/v5/modules/core/02-client/types"
porttypes "github.com/cosmos/ibc-go/v5/modules/core/05-port/types"
ibchost "github.com/cosmos/ibc-go/v5/modules/core/24-host"
Expand Down Expand Up @@ -168,6 +169,7 @@ var (
[]govclient.ProposalHandler{
paramsclient.ProposalHandler, distrclient.ProposalHandler,
upgradeclient.LegacyProposalHandler, upgradeclient.LegacyCancelProposalHandler,
ibcclientclient.UpgradeProposalHandler, ibcclientclient.UpdateClientProposalHandler,
},
),
ica.AppModuleBasic{},
Expand Down

0 comments on commit 2844ccc

Please sign in to comment.