Skip to content

Commit 9337246

Browse files
Fix ICAControllerKeeper (#2303) (#2333)
Co-authored-by: Carlos Rodriguez <carlos@interchain.io> (cherry picked from commit 280db0c) Co-authored-by: Raul Bernal <bernal.raul@gmail.com>
1 parent b72eb82 commit 9337246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apps/interchain-accounts/integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ app.ICAControllerKeeper = icacontrollerkeeper.NewKeeper(
7676
appCodec, keys[icacontrollertypes.StoreKey], app.GetSubspace(icacontrollertypes.SubModuleName),
7777
app.IBCKeeper.ChannelKeeper, // may be replaced with middleware such as ics29 fee
7878
app.IBCKeeper.ChannelKeeper, &app.IBCKeeper.PortKeeper,
79-
app.AccountKeeper, scopedICAControllerKeeper, app.MsgServiceRouter(),
79+
scopedICAControllerKeeper, app.MsgServiceRouter(),
8080
)
8181
app.ICAHostKeeper = icahostkeeper.NewKeeper(
8282
appCodec, keys[icahosttypes.StoreKey], app.GetSubspace(icahosttypes.SubModuleName),

0 commit comments

Comments
 (0)