Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Jan 10, 2019
1 parent 41a9439 commit d2f76bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/beacon/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_shuffling(*,
slot: SlotNumber,
epoch_length: int,
target_committee_size: int,
shard_count: int) -> Iterable[Iterable[ShardCommittee]]:
shard_count: int) -> Iterable[Tuple[ShardCommittee]]:
"""
Return shuffled ``shard_committee_for_slots`` (``[[ShardCommittee]]``) of
the given active ``validators`` using ``seed`` as entropy.
Expand Down

0 comments on commit d2f76bd

Please sign in to comment.