From e3931f1e725c3fca342ad2cad5fa6e49fc75dfad Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 25 Oct 2018 09:43:47 +0200 Subject: [PATCH] minor type/clarification in adding validator --- specs/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/beacon-chain.md b/specs/beacon-chain.md index 855b6b651..6de5b40f2 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -551,7 +551,7 @@ The `CrystallizedState()` and `ActiveState()` constructors should initialize all ### Routine for adding a validator -This routine should be run for every validator that is inducted as part of a log created on the PoW chain [TODO: explain where to check for these logs]. The status of the validators will be PENDING_ACTIVE. These logs should be processed in the order in which they are emitted by the PoW chain. +This routine should be run for every validator that is inducted as part of a log created on the PoW chain [TODO: explain where to check for these logs]. The status of the validators added after genesis is `PENDING_ACTIVATION`. These logs should be processed in the order in which they are emitted by the PoW chain. First, a helper function: