We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a9439 commit d2f76bdCopy full SHA for d2f76bd
eth/beacon/helpers.py
@@ -193,7 +193,7 @@ def get_shuffling(*,
193
slot: SlotNumber,
194
epoch_length: int,
195
target_committee_size: int,
196
- shard_count: int) -> Iterable[Iterable[ShardCommittee]]:
+ shard_count: int) -> Iterable[Tuple[ShardCommittee]]:
197
"""
198
Return shuffled ``shard_committee_for_slots`` (``[[ShardCommittee]]``) of
199
the given active ``validators`` using ``seed`` as entropy.
0 commit comments