fix(server): properly parse multiple gas config (#18537)

This commit is contained in:
Julien Robert
2023-11-22 15:13:44 +00:00
committed by GitHub
parent fc4ce6c778
commit 875a71cc6f
8 changed files with 22 additions and 37 deletions
-1
View File
@@ -126,7 +126,6 @@ func newApp(
appOpts servertypes.AppOptions,
) servertypes.Application {
baseappOptions := server.DefaultBaseappOptions(appOpts)
return simapp.NewSimApp(
logger, db, traceStore, true,
appOpts,