From cae363f20990ddbc3848c15988be6d334d6df6fc Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 27 Nov 2018 08:21:42 -0600 Subject: [PATCH] add missing quotes for field --- 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 1403f404e..a9e9731ce 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -138,7 +138,7 @@ An `AttestationRecord` has the following fields: ```python { - data: AttestationSignedData, + 'data': AttestationSignedData, # Attester participation bitfield 'attester_bitfield': 'bytes', # Proof of custody bitfield