Skip to content

Commit 1e2ca34

Browse files
vazhaVazha
andauthored
Init BuilderRateLimitResubmitInterval builder config param from command line flag (ethereum#84)
Co-authored-by: Vazha <vazha.bezhanishvili@elegro.eu>
1 parent 090a90c commit 1e2ca34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,7 @@ func SetBuilderConfig(ctx *cli.Context, cfg *builder.Config) {
16801680
cfg.BuilderRateLimitMaxBurst = ctx.Int(BuilderRateLimitMaxBurst.Name)
16811681
cfg.BuilderSubmissionOffset = ctx.Duration(BuilderSubmissionOffset.Name)
16821682
cfg.EnableCancellations = ctx.IsSet(BuilderEnableCancellations.Name)
1683+
cfg.BuilderRateLimitResubmitInterval = ctx.String(BuilderBlockResubmitInterval.Name)
16831684
}
16841685

16851686
// SetNodeConfig applies node-related command line flags to the config.

0 commit comments

Comments
 (0)