feat: decouple x/capability from simapp (#12256)
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ func (a *App) Configurator() module.Configurator {
|
||||
return a.configurator
|
||||
}
|
||||
|
||||
// UnsafeFindStoreKey FindStoreKey fetches a registered StoreKey from the App in linear time.
|
||||
// UnsafeFindStoreKey fetches a registered StoreKey from the App in linear time.
|
||||
//
|
||||
// NOTE: This should only be used in testing.
|
||||
func (a *App) UnsafeFindStoreKey(storeKey string) storetypes.StoreKey {
|
||||
|
||||
Reference in New Issue
Block a user