Enabled validators api argument (#753)

This commit is contained in:
Jędrzej Stuczyński
2021-08-27 13:52:10 +01:00
committed by GitHub
parent 6bdfe7f895
commit 1811df9ddb
+6
View File
@@ -79,6 +79,12 @@ fn parse_args<'a>() -> ArgMatches<'a> {
.long(NYMD_VALIDATOR_ARG)
.takes_value(true)
)
.arg(
Arg::with_name(API_VALIDATORS_ARG)
.help("specifies list of all validators on the network issuing coconut credentials. Ensure they are properly ordered")
.long(API_VALIDATORS_ARG)
.takes_value(true)
)
.arg(Arg::with_name(MIXNET_CONTRACT_ARG)
.long(MIXNET_CONTRACT_ARG)
.help("Address of the validator contract managing the network")