mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
nuke router
This commit is contained in:
@@ -2828,7 +2828,7 @@ where
|
||||
return RangeSyncBlock::new(
|
||||
block,
|
||||
AvailableBlockData::NoData,
|
||||
self.chain.data_availability_checker.pending_block_cache(),
|
||||
&self.chain.data_availability_checker,
|
||||
self.chain.spec.clone(),
|
||||
)
|
||||
.unwrap();
|
||||
@@ -2847,7 +2847,7 @@ where
|
||||
RangeSyncBlock::new(
|
||||
block,
|
||||
block_data,
|
||||
self.chain.data_availability_checker.pending_block_cache(),
|
||||
&self.chain.data_availability_checker,
|
||||
self.chain.spec.clone(),
|
||||
)
|
||||
.unwrap()
|
||||
@@ -2862,7 +2862,7 @@ where
|
||||
RangeSyncBlock::new(
|
||||
block,
|
||||
block_data,
|
||||
self.chain.data_availability_checker.pending_block_cache(),
|
||||
&self.chain.data_availability_checker,
|
||||
self.chain.spec.clone(),
|
||||
)
|
||||
.unwrap()
|
||||
@@ -2891,14 +2891,14 @@ where
|
||||
RangeSyncBlock::new(
|
||||
block,
|
||||
block_data,
|
||||
self.chain.data_availability_checker.pending_block_cache(),
|
||||
&self.chain.data_availability_checker,
|
||||
self.chain.spec.clone(),
|
||||
)?
|
||||
} else {
|
||||
RangeSyncBlock::new(
|
||||
block,
|
||||
AvailableBlockData::NoData,
|
||||
self.chain.data_availability_checker.pending_block_cache(),
|
||||
&self.chain.data_availability_checker,
|
||||
self.chain.spec.clone(),
|
||||
)?
|
||||
}
|
||||
@@ -2918,7 +2918,7 @@ where
|
||||
RangeSyncBlock::new(
|
||||
block,
|
||||
block_data,
|
||||
self.chain.data_availability_checker.pending_block_cache(),
|
||||
&self.chain.data_availability_checker,
|
||||
self.chain.spec.clone(),
|
||||
)?
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user