From 0b38ff0fe26f7291f771be9b65b6bf9353ccbf7e Mon Sep 17 00:00:00 2001 From: vbuterin Date: Tue, 27 Aug 2019 13:17:38 +0200 Subject: [PATCH] Update specs/core/1_beacon-chain-misc.md Co-Authored-By: Hsiao-Wei Wang --- 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 41d0de233..ddf06a1f0 100644 --- a/specs/core/1_beacon-chain-misc.md +++ b/specs/core/1_beacon-chain-misc.md @@ -189,7 +189,7 @@ class BeaconState(Container): ``` `period_committee_roots` values are initialized to `Bytes32()` (empty bytes value). -`next_shard_receipt_period` values are initialized to `PHASE_1_FORK_SLOT // SLOTS_PER_EPOCH // EPOCHS_PER_SHARD_PERIOD`. +`next_shard_receipt_period` values are initialized to `compute_epoch_of_shard_slot(PHASE_1_FORK_SLOT) // EPOCHS_PER_SHARD_PERIOD`. #### `BeaconBlockBody`