diff --git a/specs/_features/eip7594/das-core.md b/specs/_features/eip7594/das-core.md index c3f19b4cb0..f25e29ce3a 100644 --- a/specs/_features/eip7594/das-core.md +++ b/specs/_features/eip7594/das-core.md @@ -201,9 +201,6 @@ def get_data_column_sidecars(signed_block: SignedBeaconBlock, """ Given a signed block and the cells/proofs associated with each blob in the block, assemble the sidecars which can be distributed to peers. - - Since there is no method which converts cells to a blob, this method takes - cells/proofs instead of blobs so it can re-create sidecars after recovery. """ blob_kzg_commitments = signed_block.message.body.blob_kzg_commitments assert len(cells_and_kzg_proofs) == len(blob_kzg_commitments)