Skip to content

Commit

Permalink
bug: fix ibc transfer from canto to external chain (#71)
Browse files Browse the repository at this point in the history
* fix: Set ics4 wrapper for ibc transfer keeper

* chore: Remove comment related ibc fee module
  • Loading branch information
dudong2 authored Jul 18, 2024
1 parent 54b2ea3 commit c2369a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ func NewCanto(
// since fee middleware will wrap the IBCKeeper for underlying application.
app.TransferKeeper = ibctransferkeeper.NewKeeper(
appCodec, keys[ibctransfertypes.StoreKey], app.GetSubspace(ibctransfertypes.ModuleName),
nil, // ISC4 Wrapper: fee IBC middleware
app.IBCKeeper.ChannelKeeper, // ICS4 Wrapper
app.IBCKeeper.ChannelKeeper, app.IBCKeeper.PortKeeper,
app.AccountKeeper, app.BankKeeper, scopedTransferKeeper,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
Expand Down

0 comments on commit c2369a0

Please sign in to comment.