fix: app config and simapp (v1,v2) fixes (#14209)
This commit is contained in:
+1
-2
@@ -81,11 +81,10 @@ type AppInputs struct {
|
||||
}
|
||||
|
||||
func SetupAppBuilder(inputs AppInputs) {
|
||||
mm := module.NewManagerFromMap(inputs.Modules)
|
||||
app := inputs.AppBuilder.app
|
||||
app.baseAppOptions = inputs.BaseAppOptions
|
||||
app.config = inputs.Config
|
||||
app.ModuleManager = mm
|
||||
app.ModuleManager = module.NewManagerFromMap(inputs.Modules)
|
||||
app.appConfig = inputs.AppConfig
|
||||
|
||||
for name, mod := range inputs.Modules {
|
||||
|
||||
Reference in New Issue
Block a user