We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143baa3 commit 6c29aa6Copy full SHA for 6c29aa6
config/config.go
@@ -317,7 +317,7 @@ type (
317
// ActionExpiry defines how long an action will be kept in action pool.
318
ActionExpiry time.Duration `yaml:"actionExpiry"`
319
// MinGasPriceStr defines the minimal gas price the delegate will accept for an action
320
- MinGasPriceStr string `yaml:minGasPrice`
+ MinGasPriceStr string `yaml:"minGasPrice"`
321
}
322
323
// DB is the config for database
0 commit comments