mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-18 13:36:29 +00:00
Use Sequence in NoopExecutionEngine too
This commit is contained in:
parent
04a40d2afb
commit
5e9d27dc32
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user