solana-gossip spy can now be given an identity keypair (--identity argument) (#11797)

(cherry picked from commit a1e2357d12)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-08-23 01:14:42 +00:00
committed by GitHub
parent 132550cd7a
commit f5e583ef0d
3 changed files with 32 additions and 7 deletions

View File

@@ -149,6 +149,7 @@ fn main() {
info!("Finding cluster entry: {:?}", entrypoint_addr);
let (nodes, _validators) = discover(
None,
Some(&entrypoint_addr),
None,
Some(60),