mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-17 10:48:28 +00:00
Clean up
This commit is contained in:
@@ -296,9 +296,7 @@ pub fn blobs_to_data_column_sidecars<E: EthSpec>(
|
||||
}
|
||||
}
|
||||
|
||||
/// Build Gloas data column sidecars from blobs and cell proofs without requiring a full
|
||||
/// `SignedBeaconBlock`. Used when publishing the execution payload envelope, where the
|
||||
/// blobs are available but not attached to the beacon block.
|
||||
/// Build Gloas data column sidecars from blobs and cell proofs
|
||||
pub fn blobs_to_data_column_sidecars_gloas<E: EthSpec>(
|
||||
blobs: &[&Blob<E>],
|
||||
cell_proofs: Vec<KzgProof>,
|
||||
|
||||
Reference in New Issue
Block a user