Skip to content

Commit

Permalink
remove unrequired required flags
Browse files Browse the repository at this point in the history
default is false
  • Loading branch information
jxs committed Aug 30, 2023
1 parent 151d60f commit bed073f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions validator_client/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
consumers who have access to the API token. This method is useful for \
exporting validators, however it should be used with caution since it \
exposes private key data to authorized users.")
.required(false)
.takes_value(false),
)
.arg(
Expand All @@ -226,7 +225,6 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.help("If present, any validators created via the HTTP will have keystore \
passwords stored in the secrets-dir rather than the validator \
definitions file.")
.required(false)
.takes_value(false),
)
/* Prometheus metrics HTTP server related arguments */
Expand Down

0 comments on commit bed073f

Please sign in to comment.