From c1f2e92ad1af9e1bd88c6f85c7087beebfcbe7b7 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Fri, 23 Aug 2019 12:33:25 +0200 Subject: [PATCH] Update specs/core/1_beacon-chain-misc.md Co-Authored-By: Danny Ryan --- specs/core/1_beacon-chain-misc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/1_beacon-chain-misc.md b/specs/core/1_beacon-chain-misc.md index 0c23e41b7..4539be6b0 100644 --- a/specs/core/1_beacon-chain-misc.md +++ b/specs/core/1_beacon-chain-misc.md @@ -180,7 +180,7 @@ Add to the beacon state the following fields: ```python # begin insert @persistent_committee_fields persistent_committee_roots: Vector[Hash, PERSISTENT_COMMITTEE_ROOT_LENGTH] - next_shard_receipt_period: Vector[uint, SHARD_COUNT] + next_shard_receipt_period: Vector[uint64, SHARD_COUNT] # end insert @persistent_committee_fields ``` `next_shard_receipt_period` values initialized to `PHASE_1_FORK_SLOT // SLOTS_PER_EPOCH // EPOCHS_PER_SHARD_PERIOD`