We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c92a1 commit a6123bfCopy full SHA for a6123bf
config/config.go
@@ -336,7 +336,7 @@ type (
336
// MaxNumActsPerPool indicates maximum number of actions the whole actpool can hold
337
MaxNumActsPerPool uint64 `yaml:"maxNumActsPerPool"`
338
// MaxGasLimitPerPool indicates maximum gas limit the whole actpool can hold
339
- MaxGasLimitPerPool uint64
+ MaxGasLimitPerPool uint64 `yaml:"maxGasLimitPerPool"`
340
// MaxNumActsPerAcct indicates maximum number of actions an account queue can hold
341
MaxNumActsPerAcct uint64 `yaml:"maxNumActsPerAcct"`
342
// ActionExpiry defines how long an action will be kept in action pool.
0 commit comments