Skip to content

Commit

Permalink
Update cmd/validator/flags/flags.go
Browse files Browse the repository at this point in the history
Co-authored-by: terencechain <terence@prysmaticlabs.com>
  • Loading branch information
rauljordan and terencechain authored Jul 6, 2022
1 parent 3b55eb4 commit 3b908d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/validator/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ var (
// EnableValidatorRegistrationFlag enables the periodic validator registration API calls that will update the custom builder with validator settings.
EnableValidatorRegistrationFlag = &cli.StringFlag{
Name: "enable-validator-registration",
Usage: "Enables validator registration APIs ( MEV Builder APIs) for the validator client to update settings such as fee recipient and gas limit",
Usage: "Enables validator registration APIs (MEV Builder APIs) for the validator client to update settings such as fee recipient and gas limit",
Value: "",
}
)
Expand Down

0 comments on commit 3b908d2

Please sign in to comment.