mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 06:13:31 +00:00
Fix mistake (missing type hint)
This commit is contained in:
parent
6209809862
commit
4da2cea7e3
@ -47,7 +47,7 @@ class NoopExecutionEngine(ExecutionEngine):
|
||||
|
||||
def is_valid_block_hash(self: ExecutionEngine,
|
||||
execution_payload: ExecutionPayload,
|
||||
parent_beacon_block_root,
|
||||
parent_beacon_block_root: Root,
|
||||
execution_requests_list: Sequence[bytes],
|
||||
target_blobs_per_block: uint64) -> bool:
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user