Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
697545a9e0
commit
f9097bfe8b
|
@ -1384,7 +1384,7 @@ def process_deposit(state: BeaconState,
|
|||
|
||||
### Routines for updating validator status
|
||||
|
||||
Note: All functions in this section mutate `state`.
|
||||
Note: All functions in this section mutate `state`.
|
||||
|
||||
```python
|
||||
def activate_validator(state: BeaconState, index: int, genesis: bool) -> None:
|
||||
|
|
Loading…
Reference in New Issue