Skip to content

Commit

Permalink
Create ICAHostKeeper with correct params
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 Dec 30, 2024
1 parent 1bc33eb commit d304317
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 d304317

Please sign in to comment.