Fix the validator client build

This commit is contained in:
Zahary Karadjov 2020-06-03 16:16:39 +03:00 committed by zah
parent 37b4739547
commit 6e88a07b51
1 changed files with 2 additions and 2 deletions

View File

@ -303,11 +303,11 @@ type
abbr: "v"
name: "validator" }: seq[ValidatorKeyPath]
validatorsDir* {.
validatorsDirFlag* {.
desc: "A directory containing validator keystores."
name: "validators-dir" }: Option[InputDir]
secretsDir* {.
secretsDirFlag* {.
desc: "A directory containing validator keystore passwords."
name: "secrets-dir" }: Option[InputDir]