Update specs/core/0_beacon-chain.md

Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
Danny Ryan 2019-03-01 00:13:59 -06:00 committed by GitHub
parent d5900836aa
commit 5ed0f276f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1686,7 +1686,7 @@ def process_attester_slashing(attester_slashing: ProposerSlashing,
Verify that `len(block.body.attestations) <= MAX_ATTESTATIONS`. Verify that `len(block.body.attestations) <= MAX_ATTESTATIONS`.
For each `attestation` in `block.body.attestations`, , run the following function: For each `attestation` in `block.body.attestations`, run the following function:
```python ```python
def process_attestation(attestation: Attestation, state: BeaconState): def process_attestation(attestation: Attestation, state: BeaconState):