mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
Fix the validator client build
This commit is contained in:
parent
37b4739547
commit
6e88a07b51
@ -303,11 +303,11 @@ type
|
|||||||
abbr: "v"
|
abbr: "v"
|
||||||
name: "validator" }: seq[ValidatorKeyPath]
|
name: "validator" }: seq[ValidatorKeyPath]
|
||||||
|
|
||||||
validatorsDir* {.
|
validatorsDirFlag* {.
|
||||||
desc: "A directory containing validator keystores."
|
desc: "A directory containing validator keystores."
|
||||||
name: "validators-dir" }: Option[InputDir]
|
name: "validators-dir" }: Option[InputDir]
|
||||||
|
|
||||||
secretsDir* {.
|
secretsDirFlag* {.
|
||||||
desc: "A directory containing validator keystore passwords."
|
desc: "A directory containing validator keystore passwords."
|
||||||
name: "secrets-dir" }: Option[InputDir]
|
name: "secrets-dir" }: Option[InputDir]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user