Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
7736843917
commit
eec8b4ac44
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue