From 7945ce58d593bcdd9d1ae8a2f20eed931471f923 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 16 Oct 2018 16:22:05 -0500 Subject: [PATCH] update recently_changed flag 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 4d0b2ebed..f07cfda45 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -243,7 +243,7 @@ A `CrosslinkRecord` has the following fields: ```python { - # Flag indicating a recent validator set change + # Flag indicating if crosslink was updated since most recent validator change 'recently_changed': 'bool', # Slot number 'slot': 'int64',