Update specs/core/0_beacon-chain.md

Co-Authored-By: terenc3t <terence@prysmaticlabs.com>
This commit is contained in:
Hsiao-Wei Wang 2019-01-14 20:44:30 -08:00 committed by GitHub
parent bd506e1222
commit 134ef6d252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ def get_current_epoch_committee_count_per_slot(state: BeaconState) -> int:
```python
def get_crosslink_committees_at_slot(state: BeaconState,
slot: int) -> List[Tuple[List[int], int]]:
slot: int) -> List[Tuple[List[int], int]]:
"""
Returns the list of ``(committee, shard)`` tuples for the ``slot``.
"""