Update 0_beacon-chain.md (#791)

This commit is contained in:
Sören Steiger 2019-03-16 21:56:10 +01:00 committed by Justin
parent 919b99e0ae
commit 65162e0371
1 changed files with 1 additions and 1 deletions

View File

@ -1042,7 +1042,7 @@ def get_attestation_participants(state: BeaconState,
attestation_data: AttestationData,
bitfield: bytes) -> List[ValidatorIndex]:
"""
Return the participant indices at for the ``attestation_data`` and ``bitfield``.
Return the participant indices corresponding to ``attestation_data`` and ``bitfield``.
"""
# Find the committee in the list with the desired shard
crosslink_committees = get_crosslink_committees_at_slot(state, attestation_data.slot)