Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
d5900836aa
commit
5ed0f276f6
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue