mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 23:05:12 -05:00
fix lint
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user