mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 21:27:12 +00:00
starting to cell-ize
This commit is contained in:
@@ -778,7 +778,10 @@ impl<T: BeaconChainTypes> SyncNetworkContext<T> {
|
||||
|
||||
let range_req = entry.get_mut();
|
||||
if let Some(blocks_result) = range_req.responses(
|
||||
self.chain.data_availability_checker.v1().clone(),
|
||||
self.chain
|
||||
.data_availability_checker
|
||||
.pending_block_cache()
|
||||
.clone(),
|
||||
self.chain.spec.clone(),
|
||||
) {
|
||||
if let Err(CouplingError::DataColumnPeerFailure {
|
||||
|
||||
Reference in New Issue
Block a user