Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-01-26 19:27:22 +00:00 committed by GitHub
parent aa909bddf3
commit d282a36c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1554,7 +1554,7 @@ For each `attestation` in `block.body.attestations`:
* Verify bitfields and aggregate signature:
```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)):
if get_bitfield_bit(attestation.aggregation_bitfield) == 0: