Update specs/core/0_beacon-chain.md

Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
Hsiao-Wei Wang 2019-01-09 10:59:20 -06:00 committed by GitHub
parent 8f1325f95e
commit 35851b5303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,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):
def get_committees_per_slot(active_validator_count: int) -> int:
return max(
1,
min(