EIP-4844: Remove shard field from BlobsSidecar

This commit is contained in:
inphi 2022-06-13 16:08:25 -04:00
parent 74489d5523
commit dbac7b1582
No known key found for this signature in database
GPG Key ID: B61066A1A33F5D24
1 changed files with 0 additions and 1 deletions

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