Removed a trailing space (#514)

This commit is contained in:
hukkinj1 2019-01-28 14:42:31 -08:00 committed by Justin
parent 1f6032e7c8
commit 30ceb8f439
1 changed files with 1 additions and 1 deletions

View File

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