We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdfe7f commit 1811df9Copy full SHA for 1811df9
validator-api/src/main.rs
@@ -79,6 +79,12 @@ fn parse_args<'a>() -> ArgMatches<'a> {
79
.long(NYMD_VALIDATOR_ARG)
80
.takes_value(true)
81
)
82
+ .arg(
83
+ Arg::with_name(API_VALIDATORS_ARG)
84
+ .help("specifies list of all validators on the network issuing coconut credentials. Ensure they are properly ordered")
85
+ .long(API_VALIDATORS_ARG)
86
+ .takes_value(true)
87
+ )
88
.arg(Arg::with_name(MIXNET_CONTRACT_ARG)
89
.long(MIXNET_CONTRACT_ARG)
90
.help("Address of the validator contract managing the network")
0 commit comments