Update specs/core/0_beacon-chain.md

Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
Hsiao-Wei Wang 2019-01-09 10:59:31 -06:00 committed by GitHub
parent 35851b5303
commit 06c5c11cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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``.
"""