mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-04 23:04:55 +00:00
Add punctuation to docstring
This commit is contained in:
parent
fafd48f06a
commit
16b1afb1ef
@ -304,7 +304,7 @@ class BeaconBlockBody(capella.BeaconBlockBody):
|
|||||||
```python
|
```python
|
||||||
def get_shuffle_indices(randao_reveal: BLSSignature) -> Sequence[uint64]:
|
def get_shuffle_indices(randao_reveal: BLSSignature) -> Sequence[uint64]:
|
||||||
"""
|
"""
|
||||||
Given a `randao_reveal` return the list of indices that got shuffled from the entire candidate set
|
Given a `randao_reveal` return the list of indices that got shuffled from the entire candidate set.
|
||||||
"""
|
"""
|
||||||
indices = []
|
indices = []
|
||||||
for i in range(0, WHISK_VALIDATORS_PER_SHUFFLE):
|
for i in range(0, WHISK_VALIDATORS_PER_SHUFFLE):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user