fix: add local boost flag to main/usage (#12615)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
terencechain
2023-07-12 05:15:25 -07:00
committed by GitHub
parent 402799a584
commit f23e720a16
2 changed files with 2 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ var appFlags = []cli.Flag{
flags.MaxBuilderEpochMissedSlots,
flags.MaxBuilderConsecutiveMissedSlots,
flags.EngineEndpointTimeoutSeconds,
flags.LocalBlockValueBoost,
cmd.BackupWebhookOutputDir,
cmd.MinimalConfigFlag,
cmd.E2EConfigFlag,

View File

@@ -125,6 +125,7 @@ var appHelpFlagGroups = []flagGroup{
flags.MaxBuilderConsecutiveMissedSlots,
flags.EngineEndpointTimeoutSeconds,
flags.SlasherDirFlag,
flags.LocalBlockValueBoost,
checkpoint.BlockPath,
checkpoint.StatePath,
checkpoint.RemoteURL,