Remove spy_node duplication

This commit is contained in:
Michael Vines
2019-03-06 17:08:40 -08:00
parent 96c0222b30
commit 8bc7d5a172
6 changed files with 31 additions and 41 deletions

View File

@@ -102,7 +102,7 @@ impl LocalCluster {
);
fullnodes.push(validator_server);
}
discover(&leader_node_info, num_nodes);
discover(&leader_node_info, num_nodes).unwrap();
Self {
funding_keypair: mint_keypair,
entry_point_info: leader_node_info,