Skip to content

Commit

Permalink
update the help
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
g11tech and nflaig committed Jan 7, 2024
1 parent b75398e commit 4267b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cmds/validator/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const validatorOptions: CliCommandOptions<IValidatorCliArgs> = {
"builder.boostFactor": {
type: "number",
description:
"A factor in percentage requested to block producing beacon to boost (>100) or dampen(<100) builder block value for selection against engine, is overriden when `--builder.selection` set to anything other than `maxprofit`",
"Percentage multiplier the block producing beacon node must apply to boost (>100) or dampen (<100) builder block value for selection against execution block. The multiplier is ignored if `--builder.selection` is set to anything other than `maxprofit`",
defaultDescription: `${defaultOptions.builderBoostFactor}`,
group: "builder",
},
Expand Down

0 comments on commit 4267b3b

Please sign in to comment.