Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-01-23 13:26:23 +00:00 committed by GitHub
parent d1efd65d8a
commit 022dd0cc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1561,8 +1561,7 @@ For each `attestation` in `block.body.attestations`:
],
signature=attestation.aggregate_signature,
domain=get_domain(state.fork, attestation.data.slot, DOMAIN_ATTESTATION),
)
)
```
* [TO BE REMOVED IN PHASE 1] Verify that `attestation.data.shard_block_root == ZERO_HASH`.