We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72eb82 commit 9337246Copy full SHA for 9337246
docs/apps/interchain-accounts/integration.md
@@ -76,7 +76,7 @@ app.ICAControllerKeeper = icacontrollerkeeper.NewKeeper(
76
appCodec, keys[icacontrollertypes.StoreKey], app.GetSubspace(icacontrollertypes.SubModuleName),
77
app.IBCKeeper.ChannelKeeper, // may be replaced with middleware such as ics29 fee
78
app.IBCKeeper.ChannelKeeper, &app.IBCKeeper.PortKeeper,
79
- app.AccountKeeper, scopedICAControllerKeeper, app.MsgServiceRouter(),
+ scopedICAControllerKeeper, app.MsgServiceRouter(),
80
)
81
app.ICAHostKeeper = icahostkeeper.NewKeeper(
82
appCodec, keys[icahosttypes.StoreKey], app.GetSubspace(icahosttypes.SubModuleName),
0 commit comments