Skip to content

Commit

Permalink
Init BuilderRateLimitResubmitInterval builder config param from comma…
Browse files Browse the repository at this point in the history
…nd line flag (ethereum#84)

Co-authored-by: Vazha <vazha.bezhanishvili@elegro.eu>
  • Loading branch information
vazha and Vazha authored Jul 19, 2023
1 parent 090a90c commit 1e2ca34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,7 @@ func SetBuilderConfig(ctx *cli.Context, cfg *builder.Config) {
cfg.BuilderRateLimitMaxBurst = ctx.Int(BuilderRateLimitMaxBurst.Name)
cfg.BuilderSubmissionOffset = ctx.Duration(BuilderSubmissionOffset.Name)
cfg.EnableCancellations = ctx.IsSet(BuilderEnableCancellations.Name)
cfg.BuilderRateLimitResubmitInterval = ctx.String(BuilderBlockResubmitInterval.Name)
}

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

0 comments on commit 1e2ca34

Please sign in to comment.