Skip to content

Commit

Permalink
Use Sequence in NoopExecutionEngine too
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Oct 10, 2024
1 parent 04a40d2 commit 5e9d27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysetup/spec_builders/electra.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class NoopExecutionEngine(ExecutionEngine):
def notify_new_payload(self: ExecutionEngine,
execution_payload: ExecutionPayload,
parent_beacon_block_root: Root,
execution_requests_list: list[bytes]) -> bool:
execution_requests_list: Sequence[bytes]) -> bool:
return True
def notify_forkchoice_updated(self: ExecutionEngine,
Expand Down

0 comments on commit 5e9d27d

Please sign in to comment.