From f956135763cbb410a8c28b3a509f14f750ff287c Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 5 Dec 2018 17:17:17 +0000 Subject: [PATCH] Fix #237 (#238) --- 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 251aae181..637c7109d 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -958,7 +958,7 @@ A valid block with slot `INITIAL_SLOT_NUMBER` (a "genesis block") has the follow { 'slot': INITIAL_SLOT_NUMBER, 'randao_reveal': ZERO_HASH, - 'candidate_pow_receipt_roots': [], + 'candidate_pow_receipt_root': ZERO_HASH, 'ancestor_hashes': [ZERO_HASH for i in range(32)], 'state_root': STARTUP_STATE_ROOT, 'attestations': [],