mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
Update 0_beacon-chain.md
This commit is contained in:
parent
aa909bddf3
commit
d282a36c63
@ -1554,7 +1554,7 @@ For each `attestation` in `block.body.attestations`:
|
|||||||
* Verify bitfields and aggregate signature:
|
* Verify bitfields and aggregate signature:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
assert attestation.custody_bitfield == 0 # [TO BE REMOVED IN PHASE 1]
|
assert attestation.custody_bitfield == 0 # [TO BE REMOVED IN PHASE 1]
|
||||||
|
|
||||||
for i in range(len(crosslink_committee)):
|
for i in range(len(crosslink_committee)):
|
||||||
if get_bitfield_bit(attestation.aggregation_bitfield) == 0:
|
if get_bitfield_bit(attestation.aggregation_bitfield) == 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user