Skip to content

Commit 1811df9

Browse files
authored
Enabled validators api argument (#753)
1 parent 6bdfe7f commit 1811df9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

validator-api/src/main.rs

+6
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ fn parse_args<'a>() -> ArgMatches<'a> {
7979
.long(NYMD_VALIDATOR_ARG)
8080
.takes_value(true)
8181
)
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+
)
8288
.arg(Arg::with_name(MIXNET_CONTRACT_ARG)
8389
.long(MIXNET_CONTRACT_ARG)
8490
.help("Address of the validator contract managing the network")

0 commit comments

Comments
 (0)