Permit --no-untrusted-rpc without any --trusted-validators
This commit is contained in:
parent
ff74452ef3
commit
88b1383eed
|
@ -631,7 +631,6 @@ pub fn main() {
|
||||||
Arg::with_name("no_untrusted_rpc")
|
Arg::with_name("no_untrusted_rpc")
|
||||||
.long("no-untrusted-rpc")
|
.long("no-untrusted-rpc")
|
||||||
.takes_value(false)
|
.takes_value(false)
|
||||||
.requires("trusted_validators")
|
|
||||||
.help("Use the RPC service of trusted validators only")
|
.help("Use the RPC service of trusted validators only")
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Reference in New Issue