Use Sequence in NoopExecutionEngine too

This commit is contained in:
Justin Traglia 2024-10-10 08:45:10 -05:00
parent 04a40d2afb
commit 5e9d27dc32
No known key found for this signature in database
GPG Key ID: F099C9CD25DF82A1

View File

@ -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,