mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-14 12:46:06 +00:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
8f1325f95e
commit
35851b5303
@ -851,7 +851,7 @@ def split(values: List[Any], split_count: int) -> List[Any]:
|
|||||||
#### `get_committees_per_slot`
|
#### `get_committees_per_slot`
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def get_committees_per_slot(active_validator_count: int):
|
def get_committees_per_slot(active_validator_count: int) -> int:
|
||||||
return max(
|
return max(
|
||||||
1,
|
1,
|
||||||
min(
|
min(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user