Skip to content

Commit

Permalink
Merge branch 'develop' into reduce-validator-registration-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm authored Aug 30, 2024
2 parents 1215f89 + 342bb0f commit 1b89a1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/beacon-chain/flags/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ var (
Value: 3,
}
MaxBuilderEpochMissedSlots = &cli.IntFlag{
Name: "max-builder-epoch-missed-slots",
Usage: "Number of total skip slot to fallback from using relay/builder to local execution engine for block construction in last epoch rolling window",
Name: "max-builder-epoch-missed-slots",
Usage: "Number of total skip slot to fallback from using relay/builder to local execution engine for block construction in last epoch rolling window. " +
"The values are on the basis of the networks and the default value for mainnet is 5.",
}
// LocalBlockValueBoost sets a percentage boost for local block construction while using a custom builder.
LocalBlockValueBoost = &cli.Uint64Flag{
Expand Down

0 comments on commit 1b89a1d

Please sign in to comment.