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

This commit is contained in:
Michael Vines
2020-08-22 14:10:19 -07:00
parent dec9d534e6
commit a1e2357d12
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),