Merge pull request #2914 from Inphi/inphi/eip4844

This commit is contained in:
Diederik Loerakker
2022-06-14 11:11:19 +02:00
committed by GitHub

View File

@@ -110,7 +110,6 @@ Before publishing a prepared beacon block proposal, the corresponding blobs are
blobs_sidecar = BlobsSidecar(
beacon_block_root=hash_tree_root(beacon_block)
beacon_block_slot=beacon_block.slot
shard=0,
blobs=blobs,
)
```