Update specs/verge/beacon-chain.md

Co-authored-by: terencechain <terence@prysmaticlabs.com>
This commit is contained in:
Guillaume Ballet 2023-01-26 13:23:20 +01:00
parent 3cebedbc5c
commit 832a799907
1 changed files with 1 additions and 1 deletions

View File

@ -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`