mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 14:24:24 +00:00
Yet another change list -> List
This commit is contained in:
parent
16e6085a3c
commit
bc3ee13797
@ -54,7 +54,7 @@ class GetPayloadResponse(object):
|
||||
execution_payload: ExecutionPayload
|
||||
block_value: uint256
|
||||
blobs_bundle: BlobsBundle
|
||||
execution_requests: list[bytes] # [New in Electra]
|
||||
execution_requests: List[bytes] # [New in Electra]
|
||||
```
|
||||
|
||||
## Containers
|
||||
@ -90,7 +90,7 @@ has been built since the corresponding call to `notify_forkchoice_updated` metho
|
||||
```python
|
||||
def get_payload(self: ExecutionEngine, payload_id: PayloadId) -> GetPayloadResponse:
|
||||
"""
|
||||
Return ExecutionPayload, uint256, BlobsBundle and list[bytes] objects.
|
||||
Return ExecutionPayload, uint256, BlobsBundle and List[bytes] objects.
|
||||
"""
|
||||
# pylint: disable=unused-argument
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user