Skip to content

Commit

Permalink
consumer: add missing consensusparamtypes.StoreKey registration
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Oct 18, 2023
1 parent 9c71686 commit ff99872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/consumer/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func New(
paramstypes.StoreKey, ibchost.StoreKey, upgradetypes.StoreKey,
evidencetypes.StoreKey, ibctransfertypes.StoreKey,
capabilitytypes.StoreKey, feegrant.StoreKey, authzkeeper.StoreKey,
ibcconsumertypes.StoreKey,
ibcconsumertypes.StoreKey, consensusparamtypes.StoreKey,
)
tkeys := storetypes.NewTransientStoreKeys(paramstypes.TStoreKey)
memKeys := storetypes.NewMemoryStoreKeys(capabilitytypes.MemStoreKey)
Expand Down Expand Up @@ -450,6 +450,7 @@ func New(
feegrantmodule.NewAppModule(appCodec, app.AccountKeeper, app.BankKeeper, app.FeeGrantKeeper, app.interfaceRegistry),
authzmodule.NewAppModule(appCodec, app.AuthzKeeper, app.AccountKeeper, app.BankKeeper, app.interfaceRegistry),
ibc.NewAppModule(app.IBCKeeper),
ibctm.AppModuleBasic{},
params.NewAppModule(app.ParamsKeeper),
transferModule,
consumerModule,
Expand Down

0 comments on commit ff99872

Please sign in to comment.