mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-21 06:48:12 +00:00
fix lint
This commit is contained in:
parent
9d79831b56
commit
320172fb08
6
setup.py
6
setup.py
@ -313,10 +313,8 @@ def get_pow_chain_head() -> PowBlock:
|
||||
pass
|
||||
|
||||
|
||||
def execution_state_transition(execution_state_root: Bytes32,
|
||||
execution_payload: ExecutionPayload,
|
||||
timestamp: uint64) -> None:
|
||||
pass
|
||||
def verify_execution_state_transition(execution_payload: ExecutionPayload) -> bool:
|
||||
return True
|
||||
|
||||
|
||||
def produce_execution_payload(parent_hash: Hash32, timestamp: uint64) -> ExecutionPayload:
|
||||
|
Loading…
x
Reference in New Issue
Block a user