From 7fc9dbf297e4900aa4345443722e3c184790a557 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 19 May 2020 07:52:26 -0600 Subject: [PATCH] clarify comment for ShardTransition.shard_data_roots --- specs/phase1/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase1/beacon-chain.md b/specs/phase1/beacon-chain.md index e48c99c4a..0f5e26a8c 100644 --- a/specs/phase1/beacon-chain.md +++ b/specs/phase1/beacon-chain.md @@ -352,7 +352,7 @@ class ShardTransition(Container): # Shard block lengths shard_block_lengths: List[uint64, MAX_SHARD_BLOCKS_PER_ATTESTATION] # Shard data roots - # The root is of ByteVector[MAX_] + # The root is of ByteList[MAX_SHARD_BLOCK_SIZE] shard_data_roots: List[Bytes32, MAX_SHARD_BLOCKS_PER_ATTESTATION] # Intermediate shard states shard_states: List[ShardState, MAX_SHARD_BLOCKS_PER_ATTESTATION]