Skip to content

Commit

Permalink
imrpove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Feb 22, 2024
1 parent 735f2b9 commit 2e975bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,9 @@ func New(
appCodec,
keys[icahosttypes.StoreKey],
app.GetSubspace(icahosttypes.SubModuleName),
// TODO (@rootulp): investigate if the following argument is correct.
app.IBCKeeper.ChannelKeeper, // may be replaced with middleware such as ics29 fee
// TODO: when we add ICS-29 relayer incentivization, we likely need to
// replace the next argument.
app.IBCKeeper.ChannelKeeper,
app.IBCKeeper.ChannelKeeper,
&app.IBCKeeper.PortKeeper,
app.AccountKeeper,
Expand Down

0 comments on commit 2e975bf

Please sign in to comment.