Make gossip selection stake based (#2848)

This commit is contained in:
Sagar Dhawan
2019-02-20 17:08:56 -08:00
committed by GitHub
parent 33c7f92f56
commit a484c87354
12 changed files with 211 additions and 71 deletions

View File

@@ -32,7 +32,7 @@ fn new_gossip(
gossip: UdpSocket,
exit: Arc<AtomicBool>,
) -> GossipService {
GossipService::new(&cluster_info, None, gossip, exit)
GossipService::new(&cluster_info, None, None, gossip, exit)
}
/// Test that message sent from leader to target1 and replayed to target2