From 888b06ce4a042c10c3c869f46759e0d685be74c8 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 15 Feb 2019 00:24:46 +0000 Subject: [PATCH] Update 0_beacon-chain.md --- 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 c38b237bc..bc9e9bcfc 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -471,7 +471,7 @@ The following data structures are defined as [SimpleSerialize (SSZ)](https://git ```python { # Header - 'slot': Slot, + 'slot': 'uint64', 'parent_root': 'bytes32', 'state_root': 'bytes32', 'randao_reveal': 'bytes96',