mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 14:28:22 +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,
|
def notify_new_payload(self: ExecutionEngine,
|
||||||
execution_payload: ExecutionPayload,
|
execution_payload: ExecutionPayload,
|
||||||
parent_beacon_block_root: Root,
|
parent_beacon_block_root: Root,
|
||||||
execution_requests_list: list[bytes]) -> bool:
|
execution_requests_list: Sequence[bytes]) -> bool:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def notify_forkchoice_updated(self: ExecutionEngine,
|
def notify_forkchoice_updated(self: ExecutionEngine,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user