Skip to content

Commit

Permalink
Create ICAHostKeeper with correct params (#200)
Browse files Browse the repository at this point in the history
Provide ChannelKeeper as the definition of ICAHostKeeper constructor's ics4wrapper parameter, such that this is defined in the keeper when we come to receive packet. Fixes #199
  • Loading branch information
joe-bowman authored Jan 3, 2025
1 parent 1bc33eb commit 01174c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func NewAppKeeper(
appCodec,
appKeepers.keys[icahosttypes.StoreKey],
appKeepers.GetSubspace(icahosttypes.SubModuleName),
nil,
appKeepers.IBCKeeper.ChannelKeeper,
appKeepers.IBCKeeper.ChannelKeeper,
appKeepers.IBCKeeper.PortKeeper,
appKeepers.AccountKeeper,
Expand Down

0 comments on commit 01174c6

Please sign in to comment.