mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 22:04:44 +00:00
Add peers to parent lookups (#5858)
* Add peers to parent lookups * Add test * lint * Do not attempt to continue * add_peers_to_lookup_and_ancestors can't drop
This commit is contained in:
@@ -280,7 +280,7 @@ impl<T: BeaconChainTypes> SyncManager<T> {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) fn active_single_lookups(&self) -> Vec<(Id, Hash256, Option<Hash256>)> {
|
||||
pub(crate) fn active_single_lookups(&self) -> Vec<super::block_lookups::BlockLookupSummary> {
|
||||
self.block_lookups.active_single_lookups()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user