diff --git a/specs/beacon-chain.md b/specs/beacon-chain.md index f27a8e6a8..fb34848dd 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -199,17 +199,6 @@ A `ValidatorRecord` has the following fields: } ``` -A `ShardAndCommittee` object has the following fields: - -```python -{ - # Shard number - 'shard': 'int16', - # Validator indices - 'committee': ['int24'] -} -``` - A `CrosslinkRecord` has the following fields: ```python @@ -223,6 +212,17 @@ A `CrosslinkRecord` has the following fields: } ``` +A `ShardAndCommittee` object has the following fields: + +```python +{ + # Shard number + 'shard': 'int16', + # Validator indices + 'committee': ['int24'] +} +``` + ## Beacon chain processing The beacon chain is the "main chain" of the PoS system. The beacon chain's main responsibilities are: