diff --git a/specs/phase1/beacon-chain.md b/specs/phase1/beacon-chain.md index d539fabc8..7fc216a36 100644 --- a/specs/phase1/beacon-chain.md +++ b/specs/phase1/beacon-chain.md @@ -190,12 +190,10 @@ class PendingShardHeader(Container): slot: Slot shard: Shard # KZG10 commitment to the data - commitment: BLSCommitment + commitment: DataCommitment # hash_tree_root of the ShardHeader (stored so that attestations # can be checked against it) root: Root - # Length of the data in samples - length: uint64 # Who voted for the header votes: Bitlist[MAX_VALIDATORS_PER_COMMITTEE] # Has this header been confirmed?