From f77fc055f8a34e645d9ad183245952bc2c37540d Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 18 Jan 2022 07:19:00 -0700 Subject: [PATCH] Update specs/bellatrix/beacon-chain.md Co-authored-by: Hsiao-Wei Wang --- specs/bellatrix/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/bellatrix/beacon-chain.md b/specs/bellatrix/beacon-chain.md index ea737e233..c7bd7af69 100644 --- a/specs/bellatrix/beacon-chain.md +++ b/specs/bellatrix/beacon-chain.md @@ -169,7 +169,7 @@ class ExecutionPayload(Container): parent_hash: Hash32 fee_recipient: ExecutionAddress # 'beneficiary' in the yellow paper state_root: Bytes32 - receipts_root: Bytes32 # 'receipts root' in the yellow paper + receipts_root: Bytes32 logs_bloom: ByteVector[BYTES_PER_LOGS_BLOOM] random: Bytes32 # 'difficulty' in the yellow paper block_number: uint64 # 'number' in the yellow paper