From f180eb5e9e2bcf33325c8aece7655adb76bf0561 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 8 Mar 2019 18:14:00 +0100 Subject: [PATCH] Update 0_beacon-chain.md --- specs/core/0_beacon-chain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index cc7cc5b18..8c9aafd38 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -457,9 +457,9 @@ The types are defined topologically to aid in facilitating an executable version ```python { - // Block roots + # Block roots 'block_roots': ['bytes32', SLOTS_PER_HISTORICAL_ROOT], - // State roots + # State roots 'state_roots': ['bytes32', SLOTS_PER_HISTORICAL_ROOT], } ```