Skip to content

Commit bc3ee13

Browse files
committed
Yet another change list -> List
1 parent 16e6085 commit bc3ee13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/electra/validator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class GetPayloadResponse(object):
5454
execution_payload: ExecutionPayload
5555
block_value: uint256
5656
blobs_bundle: BlobsBundle
57-
execution_requests: list[bytes] # [New in Electra]
57+
execution_requests: List[bytes] # [New in Electra]
5858
```
5959

6060
## Containers
@@ -90,7 +90,7 @@ has been built since the corresponding call to `notify_forkchoice_updated` metho
9090
```python
9191
def get_payload(self: ExecutionEngine, payload_id: PayloadId) -> GetPayloadResponse:
9292
"""
93-
Return ExecutionPayload, uint256, BlobsBundle and list[bytes] objects.
93+
Return ExecutionPayload, uint256, BlobsBundle and List[bytes] objects.
9494
"""
9595
# pylint: disable=unused-argument
9696
...

0 commit comments

Comments
 (0)