mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-17 06:01:22 +00:00
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…
x
Reference in New Issue
Block a user