From 7573b51d91234687bec2fa84dc7a454c7c4d5ee8 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 8 Dec 2022 23:11:47 +0100 Subject: [PATCH] updates --- runtime/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/app.go b/runtime/app.go index 5dc45eb9c4df8..c0815f5df2e58 100644 --- a/runtime/app.go +++ b/runtime/app.go @@ -183,7 +183,7 @@ func (a *App) DefaultGenesis() map[string]json.RawMessage { return a.basicManager.DefaultGenesis(a.cdc) } -// GetStoreKeys returns all the keys stored store keys. +// GetStoreKeys returns all the stored store keys. func (a *App) GetStoreKeys() []storetypes.StoreKey { return a.storeKeys }