Factor repair from gossip (#8044) (#8220)

automerge
This commit is contained in:
mergify[bot]
2020-02-11 14:18:45 -08:00
committed by GitHub
parent 79035bdbed
commit 22bb4e6462
13 changed files with 818 additions and 613 deletions

View File

@@ -21,8 +21,7 @@ fn test_node(exit: &Arc<AtomicBool>) -> (Arc<RwLock<ClusterInfo>>, GossipService
test_node.info.clone(),
keypair,
)));
let gossip_service =
GossipService::new(&cluster_info, None, None, test_node.sockets.gossip, exit);
let gossip_service = GossipService::new(&cluster_info, None, test_node.sockets.gossip, exit);
let _ = cluster_info.read().unwrap().my_data();
(
cluster_info,