chore(simapp/v2): consensus server isn't command dep (#23480)

This commit is contained in:
Julien Robert
2025-01-23 11:33:24 +00:00
committed by GitHub
parent 9fdcd6de98
commit 18a82523bf
4 changed files with 34 additions and 43 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ func (a *AppBuilder[T]) Build(opts ...AppBuilderOption[T]) (*App[T], error) {
}
a.app.stf = stf
a.app.AppManager = appmanager.New[T](
a.app.AppManager = appmanager.New(
appmanager.Config{
ValidateTxGasLimit: a.app.config.GasConfig.ValidateTxGasLimit,
QueryGasLimit: a.app.config.GasConfig.QueryGasLimit,