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 04a40d2 commit 5e9d27dCopy full SHA for 5e9d27d
pysetup/spec_builders/electra.py
@@ -30,7 +30,7 @@ class NoopExecutionEngine(ExecutionEngine):
30
def notify_new_payload(self: ExecutionEngine,
31
execution_payload: ExecutionPayload,
32
parent_beacon_block_root: Root,
33
- execution_requests_list: list[bytes]) -> bool:
+ execution_requests_list: Sequence[bytes]) -> bool:
34
return True
35
36
def notify_forkchoice_updated(self: ExecutionEngine,
0 commit comments