From 702fc71c901065818f69e108d8be0eaaefbfaeae Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Tue, 20 Sep 2022 21:26:02 +0200 Subject: [PATCH] Fix ICAControllerKeeper (#2303) Co-authored-by: Carlos Rodriguez (cherry picked from commit 280db0ce2c4b8c19ab196c72b547d2e7f02b5bd8) --- docs/apps/interchain-accounts/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps/interchain-accounts/integration.md b/docs/apps/interchain-accounts/integration.md index 14757ccca3c..8d8ef554e15 100644 --- a/docs/apps/interchain-accounts/integration.md +++ b/docs/apps/interchain-accounts/integration.md @@ -76,7 +76,7 @@ app.ICAControllerKeeper = icacontrollerkeeper.NewKeeper( appCodec, keys[icacontrollertypes.StoreKey], app.GetSubspace(icacontrollertypes.SubModuleName), app.IBCKeeper.ChannelKeeper, // may be replaced with middleware such as ics29 fee app.IBCKeeper.ChannelKeeper, &app.IBCKeeper.PortKeeper, - app.AccountKeeper, scopedICAControllerKeeper, app.MsgServiceRouter(), + scopedICAControllerKeeper, app.MsgServiceRouter(), ) app.ICAHostKeeper = icahostkeeper.NewKeeper( appCodec, keys[icahosttypes.StoreKey], app.GetSubspace(icahosttypes.SubModuleName),