build: fix make proto-gen (#19536)
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ func (a *App) RegisterModules(modules ...module.AppModule) error {
|
||||
|
||||
// RegisterStores registers the provided store keys.
|
||||
// This method should only be used for registering extra stores
|
||||
// wiich is necessary for modules that not registered using the app config.
|
||||
// which is necessary for modules that not registered using the app config.
|
||||
// To be used in combination of RegisterModules.
|
||||
func (a *App) RegisterStores(keys ...storetypes.StoreKey) error {
|
||||
a.storeKeys = append(a.storeKeys, keys...)
|
||||
|
||||
Reference in New Issue
Block a user