feat: decouple x/capability from simapp (#12256)

This commit is contained in:
Julien Robert
2022-06-17 00:47:38 +02:00
committed by GitHub
parent 8fa2faba47
commit aba9bdc24c
13 changed files with 202 additions and 103 deletions
+1 -1
View File
@@ -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 {