From 5ed0f276f6b183d30e8b34428cff4d59918e00a6 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Fri, 1 Mar 2019 00:13:59 -0600 Subject: [PATCH] Update specs/core/0_beacon-chain.md Co-Authored-By: vbuterin --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index e179ec43a..dfca7ffe8 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1686,7 +1686,7 @@ def process_attester_slashing(attester_slashing: ProposerSlashing, 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 def process_attestation(attestation: Attestation, state: BeaconState):