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 0ecc871 commit f9ae4c5Copy full SHA for f9ae4c5
specs/electra/validator.md
@@ -90,7 +90,7 @@ has been built since the corresponding call to `notify_forkchoice_updated` metho
90
```python
91
def get_payload(self: ExecutionEngine, payload_id: PayloadId) -> GetPayloadResponse:
92
"""
93
- Return ExecutionPayload, uint256, BlobsBundle and Sequence[bytes] objects.
+ Return ExecutionPayload, uint256, BlobsBundle and execution requests (as Sequence[bytes]) objects.
94
95
# pylint: disable=unused-argument
96
...
0 commit comments