diff --git a/chia/full_node/full_node.py b/chia/full_node/full_node.py index 5a0355e7bef5..1c37674bd73d 100644 --- a/chia/full_node/full_node.py +++ b/chia/full_node/full_node.py @@ -650,10 +650,8 @@ async def short_sync_batch(self, peer: WSChiaConnection, start_height: uint32, t raise finally: self.log.info(f"Added blocks {height}-{end_height}") - except (asyncio.CancelledError, Exception): + finally: self.sync_store.batch_syncing.remove(peer.peer_node_id) - raise - self.sync_store.batch_syncing.remove(peer.peer_node_id) return True async def short_sync_backtrack(