mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 11:44:41 +00:00
minor type/clarification in adding validator
This commit is contained in:
parent
a65c6cda59
commit
e3931f1e72
@ -551,7 +551,7 @@ The `CrystallizedState()` and `ActiveState()` constructors should initialize all
|
|||||||
|
|
||||||
### Routine for adding a validator
|
### 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:
|
First, a helper function:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user