From 84d8c086120a08f7d74909b02ef59d11641af075 Mon Sep 17 00:00:00 2001 From: yihuang Date: Tue, 16 Apr 2024 14:48:25 +0800 Subject: [PATCH] Update app/icahost.go Signed-off-by: yihuang --- app/icahost.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/icahost.go b/app/icahost.go index 2bf3022540..5967a56a25 100644 --- a/app/icahost.go +++ b/app/icahost.go @@ -7,6 +7,8 @@ import ( icatypes "github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/types" ) +// ICAHostMockSubspace is a mock implementation to workaround the migration process, because we have nothing to migrate from, +otherwise it'll panic, see: https://github.com/cosmos/ibc-go/pull/6167 type ICAHostMockSubspace struct { }