We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ad8a4 commit f084ad9Copy full SHA for f084ad9
eth/beacon/helpers.py
@@ -253,7 +253,7 @@ def get_new_shuffling(*,
253
254
255
#
256
-# Get proposer postition
+# Get proposer position
257
258
def get_block_committees_info(parent_block: 'BaseBeaconBlock',
259
state: 'BeaconState',
@@ -330,7 +330,7 @@ def get_attestation_participants(state: 'BeaconState',
330
participation_bitfield: bytes,
331
epoch_length: int) -> Iterable[int]:
332
"""
333
- Return the participant indices at for the ``slot`` of shard ``shard``
+ Return the participants' indices at the ``slot`` of shard ``shard``
334
from ``participation_bitfield``.
335
336
# Find the relevant committee
0 commit comments