Permit --no-untrusted-rpc without any --trusted-validators

This commit is contained in:
Michael Vines 2020-03-08 22:34:04 -07:00
parent ff74452ef3
commit 88b1383eed
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 0 additions and 1 deletions

View File

@ -631,7 +631,6 @@ pub fn main() {
Arg::with_name("no_untrusted_rpc")
.long("no-untrusted-rpc")
.takes_value(false)
.requires("trusted_validators")
.help("Use the RPC service of trusted validators only")
)
.arg(