mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 23:34:58 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
@@ -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``.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user