Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
almogdepaz committed Jan 7, 2025
1 parent 3b0ec00 commit 9595624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/timelord/timelord.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ async def _reset_chains(self, *, first_run: bool = False, only_eos: bool = False
# Remove all unfinished blocks that have already passed.
self.unfinished_blocks = new_unfinished_blocks

# remove overflow blocks that where moved to unfinished cache
# remove overflow blocks that were moved to unfinished cache
for block in new_unfinished_blocks:
if block in self.overflow_blocks:
self.overflow_blocks.remove(block)
Expand Down

0 comments on commit 9595624

Please sign in to comment.