Fixed lint errors for `test_on_merge_block.py`
This commit is contained in:
parent
b1aa227983
commit
239653ea01
|
@ -83,7 +83,6 @@ def test_block_lookup_failed(spec, state):
|
||||||
on_tick_and_append_step(spec, store, current_time, test_steps)
|
on_tick_and_append_step(spec, store, current_time, test_steps)
|
||||||
assert store.time == current_time
|
assert store.time == current_time
|
||||||
|
|
||||||
|
|
||||||
parent_block = prepare_empty_pow_block(spec)
|
parent_block = prepare_empty_pow_block(spec)
|
||||||
parent_block.total_difficulty = spec.config.TERMINAL_TOTAL_DIFFICULTY - uint256(1)
|
parent_block.total_difficulty = spec.config.TERMINAL_TOTAL_DIFFICULTY - uint256(1)
|
||||||
pow_blocks = [parent_block]
|
pow_blocks = [parent_block]
|
||||||
|
|
Loading…
Reference in New Issue