Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jan 9, 2024
1 parent 75ef3ae commit 94792f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/cmds/validator/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ export const validatorOptions: CliCommandOptions<IValidatorCliArgs> = {

useProduceBlockV3: {
type: "boolean",
description: "Enable/disable usage of produceBlockV3 pre deneb that might not be supported by all beacon clients yet",
description:
"Enable/disable usage of produceBlockV3 pre deneb that might not be supported by all beacon clients yet",
defaultDescription: `${defaultOptions.useProduceBlockV3}`,
},

Expand Down

0 comments on commit 94792f8

Please sign in to comment.