Update specs/core/0_beacon-chain.md

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

View File

@ -853,7 +853,7 @@ def split(values: List[Any], split_count: int) -> List[Any]:
#### `get_committees_per_slot`
```python
def get_committees_per_slot(active_validator_count: int) -> int:
def get_committee_count_per_slot(active_validator_count: int) -> int:
return max(
1,
min(