mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Remove CLI conflict for secrets-dir and datadir (#7265)
Redo this PR: - https://github.com/sigp/lighthouse/pull/5480 After a regression during the switch to `clap_derive`. - https://github.com/sigp/lighthouse/pull/6300 - Remove `conflicts_with` - Add test to prevent future regression
This commit is contained in:
@@ -67,7 +67,6 @@ pub struct ValidatorClient {
|
||||
#[clap(
|
||||
long,
|
||||
value_name = "SECRETS_DIRECTORY",
|
||||
conflicts_with = "datadir",
|
||||
help = "The directory which contains the password to unlock the validator \
|
||||
voting keypairs. Each password should be contained in a file where the \
|
||||
name is the 0x-prefixed hex representation of the validators voting public \
|
||||
|
||||
Reference in New Issue
Block a user