Skip to content

Commit

Permalink
Remove conflicts_with
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Apr 16, 2024
1 parent cc614ca commit 0735d87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion account_manager/src/validator/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
"The path where the validator keystore passwords will be stored. \
Defaults to ~/.lighthouse/{network}/secrets",
)
.conflicts_with("datadir")
.takes_value(true),
)
.arg(
Expand Down
2 changes: 0 additions & 2 deletions validator_client/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
This flag has been hidden and will be deprecated in the future.",
)
.takes_value(true)
.conflicts_with("datadir")
.hidden(true)
)
.arg(
Arg::with_name("init-slashing-protection")
Expand Down

0 comments on commit 0735d87

Please sign in to comment.