mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
35851b5303
commit
06c5c11cd5
@ -911,7 +911,7 @@ def get_cur_epoch_committees_per_slot(state: BeaconState):
|
||||
|
||||
```python
|
||||
def get_shard_committees_at_slot(state: BeaconState,
|
||||
slot: int) -> (List[List[int]], int):
|
||||
slot: int) -> Tuple[List[List[int]], int]:
|
||||
"""
|
||||
Returns (i) the list of committees and (ii) the shard associated with the first committee for the ``slot``.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user