mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +00:00
Batch verify KZG proofs for getBlobsV2 (#7582)
This commit is contained in:
@@ -853,7 +853,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
}
|
||||
EngineGetBlobsOutput::CustodyColumns(columns) => {
|
||||
self_cloned.publish_data_columns_gradually(
|
||||
columns.into_iter().map(|c| c.clone_data_column()).collect(),
|
||||
columns.into_iter().map(|c| c.clone_arc()).collect(),
|
||||
block_root,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user