mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 01:25:16 -05:00
Fixed lint errors for test_on_merge_block.py
This commit is contained in:
@@ -83,7 +83,6 @@ def test_block_lookup_failed(spec, state):
|
||||
on_tick_and_append_step(spec, store, current_time, test_steps)
|
||||
assert store.time == current_time
|
||||
|
||||
|
||||
parent_block = prepare_empty_pow_block(spec)
|
||||
parent_block.total_difficulty = spec.config.TERMINAL_TOTAL_DIFFICULTY - uint256(1)
|
||||
pow_blocks = [parent_block]
|
||||
|
||||
Reference in New Issue
Block a user