mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-04 14:54:53 +00:00
Revert "Calc the right root with respect to (slot, shard) for an empty PendingShardHeader"
This reverts commit 2199b8e0
This commit is contained in:
parent
dca6d3370a
commit
ddc59422ba
@ -763,7 +763,7 @@ def reset_pending_headers(state: BeaconState) -> None:
|
||||
slot=slot,
|
||||
shard=shard,
|
||||
commitment=DataCommitment(),
|
||||
root=hash_tree_root(ShardBlobHeader(slot = slot, shard = shard)),
|
||||
root=Root(),
|
||||
votes=Bitlist[MAX_VALIDATORS_PER_COMMITTEE]([0] * committee_length),
|
||||
confirmed=False,
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user