diff --git a/specs/verge/beacon-chain.md b/specs/verge/beacon-chain.md index e23b45822..072a7461b 100644 --- a/specs/verge/beacon-chain.md +++ b/specs/verge/beacon-chain.md @@ -79,7 +79,7 @@ class ExecutionPayload(Container): block_hash: Hash32 # Hash of execution block # Extra payload field transactions: List[Transaction, MAX_TRANSACTIONS_PER_PAYLOAD] - execution_witness: ExecutionWitness + execution_witness: ExecutionWitness # [New in Verge] ``` #### `ExecutionPayloadHeader`