mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-16 12:36:25 +00:00
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…
x
Reference in New Issue
Block a user