mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 19:34:37 +00:00
Batch verify KZG proofs for getBlobsV2 (#7582)
This commit is contained in:
@@ -3699,7 +3699,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
data_columns.iter().map(|c| c.as_data_column()),
|
||||
)?;
|
||||
self.data_availability_checker
|
||||
.put_gossip_verified_data_columns(block_root, data_columns)?
|
||||
.put_kzg_verified_custody_data_columns(block_root, data_columns)?
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user