diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index d06645df0..4a41e3160 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -872,7 +872,7 @@ def get_new_shuffling(seed: Hash32, ) for shard_position, indices in enumerate(shard_indices) ] - output.append(shards_and_committees_for_slot) + output.append(shard_committees) return output ```