From ff81a3032fa5422e2f47393b8cc3f0e8638e019f Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 25 Oct 2018 15:51:24 +0200 Subject: [PATCH] fix small error in comment --- specs/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/beacon-chain.md b/specs/beacon-chain.md index 6de5b40f2..6c967a8e4 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -146,7 +146,7 @@ An `AttestationSignedData` has the following fields: 'slot': 'uint64', # Shard number 'shard': 'uint16', - # 31 parent hashes + # CYCLE_LENGTH parent hashes 'parent_hashes': ['hash32'], # Shard block hash 'shard_block_hash': 'hash32',