diff --git a/specs/sharding/beacon-chain.md b/specs/sharding/beacon-chain.md index 7c9c6295d..9a0117fb4 100644 --- a/specs/sharding/beacon-chain.md +++ b/specs/sharding/beacon-chain.md @@ -608,6 +608,7 @@ def process_shard_header(state: BeaconState, signed_header: SignedShardBlobHeade # Check that this header is not yet in the pending list current_headers: Sequence[PendingShardHeader] = committee_work.status.value + header_root = hash_tree_root(header) assert header_root not in [pending_header.root for pending_header in current_headers] # Verify proposer