Skip to content

Commit 5e9d27d

Browse files
committed
Use Sequence in NoopExecutionEngine too
1 parent 04a40d2 commit 5e9d27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysetup/spec_builders/electra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class NoopExecutionEngine(ExecutionEngine):
3030
def notify_new_payload(self: ExecutionEngine,
3131
execution_payload: ExecutionPayload,
3232
parent_beacon_block_root: Root,
33-
execution_requests_list: list[bytes]) -> bool:
33+
execution_requests_list: Sequence[bytes]) -> bool:
3434
return True
3535
3636
def notify_forkchoice_updated(self: ExecutionEngine,

0 commit comments

Comments
 (0)