mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-21 16:11:33 +00:00
EIP-4844: Remove shard field from BlobsSidecar
This commit is contained in:
parent
74489d5523
commit
dbac7b1582
@ -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,
|
||||
)
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user