Skip to content

Commit

Permalink
fix ICAHostKeeper initilaization (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Jan 6, 2025
2 parents 2e14b82 + 01174c6 commit 3bcf421
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 3bcf421

Please sign in to comment.