Skip to content

Commit

Permalink
add crisis
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed May 6, 2024
1 parent d0a9b3b commit 2e1e0e0
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 @@ -226,7 +226,7 @@ func NewSimApp(
authtypes.StoreKey, banktypes.StoreKey, stakingtypes.StoreKey, multistakingtypes.StoreKey,
minttypes.StoreKey, distrtypes.StoreKey, slashingtypes.StoreKey,
govtypes.StoreKey, group.StoreKey, paramstypes.StoreKey, upgradetypes.StoreKey, feegrant.StoreKey,
evidencetypes.StoreKey, capabilitytypes.StoreKey,
evidencetypes.StoreKey, capabilitytypes.StoreKey, crisistypes.StoreKey,
authzkeeper.StoreKey, consensusparamtypes.StoreKey,
)
tkeys := sdk.NewTransientStoreKeys(paramstypes.TStoreKey)
Expand Down

0 comments on commit 2e1e0e0

Please sign in to comment.