From d282a36c63d51b1db2fe65dc98e75be173858c1f Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 26 Jan 2019 19:27:22 +0000 Subject: [PATCH] Update 0_beacon-chain.md --- 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 9a3590d9a..33226aeee 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1554,7 +1554,7 @@ For each `attestation` in `block.body.attestations`: * Verify bitfields and aggregate signature: ```python - assert attestation.custody_bitfield == 0 # [TO BE REMOVED IN PHASE 1] + assert attestation.custody_bitfield == 0 # [TO BE REMOVED IN PHASE 1] for i in range(len(crosslink_committee)): if get_bitfield_bit(attestation.aggregation_bitfield) == 0: