Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Apr 23, 2024
1 parent 8bd69b6 commit ae196d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cmd/osmosisd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit ae196d5

Please sign in to comment.