Skip to content

Commit 6c29aa6

Browse files
committed
Fix the minGasPrice annotation (#791)
1 parent 143baa3 commit 6c29aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ type (
317317
// ActionExpiry defines how long an action will be kept in action pool.
318318
ActionExpiry time.Duration `yaml:"actionExpiry"`
319319
// MinGasPriceStr defines the minimal gas price the delegate will accept for an action
320-
MinGasPriceStr string `yaml:minGasPrice`
320+
MinGasPriceStr string `yaml:"minGasPrice"`
321321
}
322322

323323
// DB is the config for database

0 commit comments

Comments
 (0)