validator: --only-known-rpc
requires a --known-validator ...
(#23767)
(cherry picked from commit ce2e82cfb66ae6ecf8e10d15d919a472b12d171f) Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
parent
2e1989bb9b
commit
edb38c4bbd
@ -1127,6 +1127,7 @@ pub fn main() {
|
||||
.alias("no-untrusted-rpc")
|
||||
.long("only-known-rpc")
|
||||
.takes_value(false)
|
||||
.requires("known_validators")
|
||||
.help("Use the RPC service of known validators only")
|
||||
)
|
||||
.arg(
|
||||
|
Loading…
x
Reference in New Issue
Block a user