From 08d921a6c9338ac901a53da1cf7b59da8b7f2990 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Sat, 20 Apr 2019 22:48:02 -0700 Subject: [PATCH] Make crosslink_data_root comment more explicit (#973) --- 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 9da1ba25c..0ae4c1160 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -295,7 +295,7 @@ The types are defined topologically to aid in facilitating an executable version 'epoch': 'uint64', # Root of the previous crosslink 'previous_crosslink_root': 'bytes32', - # Shard data since the previous crosslink + # Root of the crosslinked shard data since the previous crosslink 'crosslink_data_root': 'bytes32', } ```