From f61d3643521b9ad06642c8a2026be22fe9f5735d Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Fri, 25 Jan 2019 14:56:10 -0700 Subject: [PATCH] clean up top language in validator registry section --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 4cecb4ddd..ddfb833f8 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1701,7 +1701,7 @@ def process_ejections(state: BeaconState) -> None: ### Validator registry and shuffling seed data -First, update `previous_epoch_calculation_slot`, `previous_epoch_start_shard` and `latest_index_roots`: +First, update the following: * Set `state.previous_epoch_calculation_slot = state.current_epoch_calculation_slot` * Set `state.previous_epoch_start_shard = state.current_epoch_start_shard`