diff --git a/cmd/osmosisd/cmd/root.go b/cmd/osmosisd/cmd/root.go index 27ef311b80c..85c7d39f158 100644 --- a/cmd/osmosisd/cmd/root.go +++ b/cmd/osmosisd/cmd/root.go @@ -588,9 +588,12 @@ func initAppConfig() (string, interface{}) { type CustomAppConfig struct { serverconfig.Config - OsmosisMempoolConfig OsmosisMempoolConfig `mapstructure:"osmosis-mempool"` - SidecarQueryServerConfig sqs.Config `mapstructure:"osmosis-sqs"` - WasmConfig wasmtypes.WasmConfig `mapstructure:"wasm"` + + OsmosisMempoolConfig OsmosisMempoolConfig `mapstructure:"osmosis-mempool"` + + SidecarQueryServerConfig sqs.Config `mapstructure:"osmosis-sqs"` + + WasmConfig wasmtypes.WasmConfig `mapstructure:"wasm"` } var DefaultOsmosisMempoolConfig = OsmosisMempoolConfig{