From 56a5f92f97db86e861778ab44158184a9cf8be13 Mon Sep 17 00:00:00 2001 From: Anmol Date: Sun, 16 Jul 2023 10:15:45 +0200 Subject: [PATCH] fix(store): add ibcfee type storekey to kv store keys (#419) --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 0a6dcc2f..7f5c7087 100644 --- a/app/app.go +++ b/app/app.go @@ -335,7 +335,7 @@ func New( govtypes.StoreKey, paramstypes.StoreKey, ibcexported.StoreKey, upgradetypes.StoreKey, feegrant.StoreKey, evidencetypes.StoreKey, ibctransfertypes.StoreKey, icahosttypes.StoreKey, capabilitytypes.StoreKey, group.StoreKey, wasm.StoreKey, icacontrollertypes.StoreKey, - consensusparamtypes.StoreKey, logicmoduletypes.StoreKey, + consensusparamtypes.StoreKey, logicmoduletypes.StoreKey, ibcfeetypes.StoreKey, ) tkeys := sdk.NewTransientStoreKeys(paramstypes.TStoreKey) memKeys := sdk.NewMemoryStoreKeys(capabilitytypes.MemStoreKey)