Skip to content

Commit

Permalink
fix: add ibc msg transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
the-frey committed Sep 26, 2022
1 parent 67f9def commit 59a2dbe
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 @@ -849,6 +849,8 @@ func (app *App) RegisterUpgradeHandlers(cfg module.Configurator) {
newIcaHostParams := icahosttypes.Params{
HostEnabled: true,
AllowMessages: []string{
sdk.MsgTypeURL(&ibctransfertypes.MsgTransfer{}), // missed but asked for

sdk.MsgTypeURL(&banktypes.MsgSend{}),
sdk.MsgTypeURL(&stakingtypes.MsgDelegate{}),
sdk.MsgTypeURL(&stakingtypes.MsgUndelegate{}), // this was missed last time
Expand Down

0 comments on commit 59a2dbe

Please sign in to comment.