From b60cbd9c339eead7552cc9c0f4b92918268ecad3 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 4 Oct 2018 14:26:13 +0100 Subject: [PATCH] Update beacon-chain.md --- specs/beacon-chain.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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: