Remove CrdsValue::LeaderId

This commit is contained in:
Michael Vines
2019-03-08 19:28:19 -08:00
parent 17921c9fae
commit 79b2542ca4
9 changed files with 53 additions and 126 deletions

View File

@ -4,7 +4,7 @@ use solana::contact_info::ContactInfo;
use solana::replicator::Replicator;
use solana::socketaddr;
use solana_sdk::signature::{read_keypair, Keypair, KeypairUtil};
use std::net::{Ipv4Addr, SocketAddr};
use std::net::Ipv4Addr;
use std::process::exit;
use std::sync::Arc;