Skip to content

Commit

Permalink
fix: parse --blindedLocal flag value as boolean (#6403)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored and philknows committed Feb 7, 2024
1 parent 6981e0f commit fa0954a
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 @@ -267,7 +267,7 @@ export const validatorOptions: CliCommandOptions<IValidatorCliArgs> = {
},

blindedLocal: {
type: "string",
type: "boolean",
description: "Request fetching local block in blinded format for produceBlockV3",
defaultDescription: `${defaultOptions.blindedLocal}`,
},
Expand Down

0 comments on commit fa0954a

Please sign in to comment.