Skip to content

Commit

Permalink
fix: Remove IBCFeeKeeper and replace with ChannelKeeper in app.go (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelorc authored Aug 21, 2024
1 parent 608415a commit 6caaf5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,7 @@ func NewBitsongApp(
app.IBCKeeper.ChannelKeeper,
app.DistrKeeper,
app.BankKeeper,
// The ICS4Wrapper is replaced by the IBCFeeKeeper instead of the channel so that sending can be overridden by the middleware
&app.IBCFeeKeeper,
app.IBCKeeper.ChannelKeeper,
)

// Create Transfer Keepers
Expand Down

0 comments on commit 6caaf5f

Please sign in to comment.