Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Jul 15, 2024
1 parent 8da90b2 commit 5961e26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions specs/_features/eip7594/das-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5961e26

Please sign in to comment.