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
commit 3dbbeb9e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
)
```