refactor!: kill basic manager (#19512)

This commit is contained in:
Julien Robert
2024-02-22 14:44:49 +00:00
committed by GitHub
parent d1d3bf0620
commit b304cf7556
170 changed files with 1629 additions and 2324 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type AppBuilder struct {
app *App
}
// DefaultGenesis returns a default genesis from the registered AppModuleBasic's.
// DefaultGenesis returns a default genesis from the registered modules.
func (a *AppBuilder) DefaultGenesis() map[string]json.RawMessage {
return a.app.DefaultGenesis()
}