mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 12:45:04 -05:00
indicate unused argument in utility function
This commit is contained in:
2
setup.py
2
setup.py
@@ -514,7 +514,7 @@ def get_pow_block(hash: Bytes32) -> Optional[PowBlock]:
|
||||
return PowBlock(block_hash=hash, parent_hash=Bytes32(), total_difficulty=uint256(0))
|
||||
|
||||
|
||||
def get_execution_state(execution_state_root: Bytes32) -> ExecutionState:
|
||||
def get_execution_state(_execution_state_root: Bytes32) -> ExecutionState:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user