Skip to content

Commit

Permalink
Remove default value from cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Mar 16, 2023
1 parent 8f9ec2b commit 69827ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/src/cmds/validator/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export const validatorOptions: CliCommandOptions<IValidatorCliArgs> = {
hidden: true,
description:
"Disables attestation service grouping optimization, attestation tasks will be executed per committee instead of just once for all committees.",
default: false,
type: "boolean",
},

Expand Down Expand Up @@ -292,7 +291,6 @@ export const validatorOptions: CliCommandOptions<IValidatorCliArgs> = {

distributed: {
description: "Enables specific features required to run as part of a distributed validator cluster",
default: false,
type: "boolean",
},

Expand Down

0 comments on commit 69827ad

Please sign in to comment.