Filter repairman peers based on shred_version (#8069)

This commit is contained in:
Sagar Dhawan 2020-01-31 14:00:19 -08:00 committed by GitHub
parent d6b3961530
commit b9988b62e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ impl ClusterInfoRepairListener {
}
let lowest_slot = blockstore.lowest_slot();
let peers = cluster_info.read().unwrap().gossip_peers();
let peers = cluster_info.read().unwrap().tvu_peers();
let mut peers_needing_repairs: HashMap<Pubkey, EpochSlots> = HashMap::new();
// Iterate through all the known nodes in the network, looking for ones that