Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola committed Apr 3, 2024
1 parent 59f2e40 commit 3f4675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flood/generators/object_generators/input_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_block_range_and_tx(nodes):

latest = get_latest_block(node_urls[0])

start_block = start_block + BLOCK_RANGE
start_block = latest - BLOCK_RANGE
end_block = latest

response = get_block_and_ensure_it_exists(node_urls, start_block)
Expand Down

0 comments on commit 3f4675d

Please sign in to comment.