build: fix make proto-gen (#19536)

This commit is contained in:
Julien Robert
2024-02-27 13:57:48 +00:00
committed by GitHub
parent 316750cc8c
commit b894603d15
9 changed files with 752 additions and 747 deletions
+1 -1
View File
@@ -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...)