Filter repairman peers based on shred_version (#8069)
(cherry picked from commit b9988b62e4
)
This commit is contained in:
committed by
Michael Vines
parent
ff9e388843
commit
de3630f76c
@ -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
|
||||
|
Reference in New Issue
Block a user