Update specs/validator/0_beacon-chain-validator.md
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
This commit is contained in:
parent
4a566469a5
commit
b7c2f33dcb
|
@ -312,7 +312,7 @@ Set `attestation.data = attestation_data` where `attestation_data` is the `Attes
|
||||||
* Set `aggregation_bitfield[index_into_committee // 8] |= 2 ** (index_into_committee % 8)`.
|
* Set `aggregation_bitfield[index_into_committee // 8] |= 2 ** (index_into_committee % 8)`.
|
||||||
* Set `attestation.aggregation_bitfield = aggregation_bitfield`.
|
* Set `attestation.aggregation_bitfield = aggregation_bitfield`.
|
||||||
|
|
||||||
_Note_: Calling `get_attestation_participants(state, attestation.data, attestation.participation_bitfield)` should return `[validator_index]`.
|
_Note_: Calling `get_attestation_participants(state, attestation.data, attestation.aggregation_bitfield)` should return a list of length equal to 1, containing `validator_index`.
|
||||||
|
|
||||||
##### Custody bitfield
|
##### Custody bitfield
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue