Skip to content

Commit

Permalink
Change IBC's intaken keeper to be a pointer ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon committed Dec 16, 2021
1 parent 0caf527 commit 907001b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ func NewOsmosisApp(
appCodec,
keys[ibchost.StoreKey],
app.GetSubspace(ibchost.ModuleName),
app.StakingKeeper,
&stakingKeeper,
app.UpgradeKeeper,
scopedIBCKeeper)

Expand Down

0 comments on commit 907001b

Please sign in to comment.