mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
clean up claude progress
This commit is contained in:
@@ -607,7 +607,10 @@ impl<T: BeaconChainTypes> DataAvailabilityChecker<T> {
|
||||
|
||||
let all_data_columns = KzgVerifiedCustodyDataColumn::reconstruct_columns(
|
||||
&self.kzg,
|
||||
&verified_data_columns,
|
||||
verified_data_columns
|
||||
.into_iter()
|
||||
.map(|c| c.into_inner())
|
||||
.collect(),
|
||||
&self.spec,
|
||||
)
|
||||
.map_err(|e| {
|
||||
|
||||
Reference in New Issue
Block a user