Skip to content

Commit

Permalink
fix(store): add ibcfee type storekey to kv store keys (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jul 16, 2023
1 parent c23cf27 commit 56a5f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 56a5f92

Please sign in to comment.