Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-02-12 12:28:13 +00:00 committed by GitHub
parent de7263c838
commit d4f79c8878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1996,7 +1996,7 @@ If a validator registry update does _not_ happen do the following:
**Invariant**: the active index root that is hashed into the shuffling seed actually is the `hash_tree_root` of the validator set that is used for that epoch.
Regardless of whether or not a validator set change happens run `process_slashings(state)` and `process_withdrawals(state):
Regardless of whether or not a validator set change happens run `process_slashings(state)` and `process_withdrawals(state)`:
```python
def process_slashings(state: BeaconState) -> None: