Skip to content

Commit

Permalink
chore: del unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 6, 2023
1 parent 43fc428 commit 481d5a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ape/managers/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@ def poll_blocks(
if stop_block is not None and stop_block <= self.chain_manager.blocks.height:
raise ValueError("'stop' argument must be in the future.")

# Get number of last block with the necessary amount of confirmations.
block = None

if start_block is not None:
# Front-load historical blocks.
for block in self.range(start_block, self.height - required_confirmations + 1):
Expand Down

0 comments on commit 481d5a3

Please sign in to comment.