Skip to content

Commit

Permalink
add consensus store key
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed May 6, 2024
1 parent 3420a14 commit d0a9b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func NewSimApp(
minttypes.StoreKey, distrtypes.StoreKey, slashingtypes.StoreKey,
govtypes.StoreKey, group.StoreKey, paramstypes.StoreKey, upgradetypes.StoreKey, feegrant.StoreKey,
evidencetypes.StoreKey, capabilitytypes.StoreKey,
authzkeeper.StoreKey,
authzkeeper.StoreKey, consensusparamtypes.StoreKey,
)
tkeys := sdk.NewTransientStoreKeys(paramstypes.TStoreKey)
memKeys := sdk.NewMemoryStoreKeys(capabilitytypes.MemStoreKey)
Expand Down

0 comments on commit d0a9b3b

Please sign in to comment.