From d495b0ec4f297eb7221789ed543ad0f46b02cc49 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Fri, 5 Oct 2018 12:05:09 -0400 Subject: [PATCH] clear up a comment in AttestationSignedData --- 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 644a9b06b..56555792f 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -133,7 +133,7 @@ An `AttestationSignedData` has the following fields: 'parent_hashes': ['hash32'], # Shard block hash 'shard_block_hash': 'hash32', - # Slot of last justified block + # Slot of last justified block referenced in the attestation 'justified_slot': 'int64' } ```