Skip to content

Commit f9ae4c5

Browse files
Clarify execution requests return
Co-authored-by: Alex Stokes <[email protected]>
1 parent 0ecc871 commit f9ae4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/electra/validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 Sequence[bytes] objects.
93+
Return ExecutionPayload, uint256, BlobsBundle and execution requests (as Sequence[bytes]) objects.
9494
"""
9595
# pylint: disable=unused-argument
9696
...

0 commit comments

Comments
 (0)