Update specs/core/0_beacon-chain.md

Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
Danny Ryan 2019-01-23 00:22:47 -06:00 committed by GitHub
parent 697545a9e0
commit f9097bfe8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: