From 88b1383eed867b927a0285516f0b368c4c1ed2ab Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 8 Mar 2020 22:34:04 -0700 Subject: [PATCH] Permit --no-untrusted-rpc without any --trusted-validators --- validator/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/validator/src/main.rs b/validator/src/main.rs index c3152e44bc..d40612a565 100644 --- a/validator/src/main.rs +++ b/validator/src/main.rs @@ -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(