From 444cd0249a1f80e71278da68aadd168a81d8bfa1 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 20 Aug 2020 16:53:09 -0600 Subject: [PATCH] minot typo fix Co-authored-by: Alex Stokes --- specs/phase0/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index a18d07600..e62187823 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -229,7 +229,7 @@ that satisfies a valid [beacon chain state transition](./beacon-chain.md#beacon- There is one proposer per slot, so if there are N active validators any individual validator will on average be assigned to propose once per N slots (e.g. at 312,500 validators = 10 million ETH, that's once per ~6 weeks). -*Note*: In this sectio, `state` is the state of the slot for the block proposal _without_ the block yet applied. +*Note*: In this section, `state` is the state of the slot for the block proposal _without_ the block yet applied. That is, `state` is the `previous_state` processed through any empty slots up to the assigned slot using `process_slots(previous_state, slot)`. #### Preparing for a `BeaconBlock`