We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cebedb commit 832a799Copy full SHA for 832a799
specs/verge/beacon-chain.md
@@ -78,8 +78,8 @@ class ExecutionPayload(Container):
78
base_fee_per_gas: uint256
79
block_hash: Hash32 # Hash of execution block
80
# Extra payload field
81
- execution_witness: ExecutionWitness
82
transactions: List[Transaction, MAX_TRANSACTIONS_PER_PAYLOAD]
+ execution_witness: ExecutionWitness
83
```
84
85
#### `ExecutionPayloadHeader`
0 commit comments