Skip to content

Commit

Permalink
removed dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Dec 9, 2024
1 parent 75d7d10 commit ba84cec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chia/full_node/full_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,6 @@ async def short_sync_backtrack(
)

for block in reversed(blocks):
# Wrap add_block with writer to ensure all writes and reads are on same connection.
# add_block should only be called under priority_mutex so this will not stall other
# writes to the DB.
if self.blockchain.contains_block(block.header_hash):
self.log.info(f"short_sync_backtrack already has {block.header_hash.hex()}")
else:
Expand Down

0 comments on commit ba84cec

Please sign in to comment.