From c2d03976530ce48c003d5707bbb77e53ed138727 Mon Sep 17 00:00:00 2001 From: mmsqe Date: Mon, 22 Apr 2024 19:42:44 +0800 Subject: [PATCH] Apply suggestions from code review --- modules/apps/27-interchain-accounts/types/expected_keepers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/apps/27-interchain-accounts/types/expected_keepers.go b/modules/apps/27-interchain-accounts/types/expected_keepers.go index 6dcb12a0bcf..7ea7bc795d7 100644 --- a/modules/apps/27-interchain-accounts/types/expected_keepers.go +++ b/modules/apps/27-interchain-accounts/types/expected_keepers.go @@ -36,5 +36,6 @@ type PortKeeper interface { // ParamSubspace defines the expected Subspace interface for module parameters. type ParamSubspace interface { + GetParamSet(ctx sdk.Context, ps paramtypes.ParamSet) GetParamSetIfExists(ctx sdk.Context, ps paramtypes.ParamSet) }