From 832a799907cf8f3903531a9ce208afceba48219b Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Thu, 26 Jan 2023 13:23:20 +0100 Subject: [PATCH] Update specs/verge/beacon-chain.md Co-authored-by: terencechain --- specs/verge/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/verge/beacon-chain.md b/specs/verge/beacon-chain.md index 2f380a38e..e0f211158 100644 --- a/specs/verge/beacon-chain.md +++ b/specs/verge/beacon-chain.md @@ -78,8 +78,8 @@ class ExecutionPayload(Container): base_fee_per_gas: uint256 block_hash: Hash32 # Hash of execution block # Extra payload field - execution_witness: ExecutionWitness transactions: List[Transaction, MAX_TRANSACTIONS_PER_PAYLOAD] + execution_witness: ExecutionWitness ``` #### `ExecutionPayloadHeader`