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…
Reference in New Issue