From b792fe696a2ddaa7109f1b1210185c27a2338053 Mon Sep 17 00:00:00 2001 From: Vitalik Buterin Date: Sun, 13 Oct 2019 17:42:55 +0900 Subject: [PATCH] formatting --- specs/core/1_new_shards.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/core/1_new_shards.md b/specs/core/1_new_shards.md index adc8fb412..19de5773e 100644 --- a/specs/core/1_new_shards.md +++ b/specs/core/1_new_shards.md @@ -140,7 +140,7 @@ def committee_to_compact_committee(state: BeaconState, committee: Sequence[Valid ### New state variables -``` +```python shard_state_roots: Vector[List[Hash, MAX_CATCHUP_RATIO * MAX_SHARDS], MAX_SHARDS] shard_next_slot: Vector[Slot, MAX_SHARDS] online_countdown: Bytes[VALIDATOR_REGISTRY_LIMIT] @@ -150,7 +150,7 @@ def committee_to_compact_committee(state: BeaconState, committee: Sequence[Valid ### New block data structures -``` +```python light_client_signature_bitfield: Bitlist[LIGHT_CLIENT_COMMITTEE_SIZE] light_client_signature: BLSSignature ```