diff --git a/pybtc/connector.py b/pybtc/connector.py index 8a5ab65..2c2307e 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -292,7 +292,7 @@ class Connector: # clear preload caches self.deep_synchronization = False q = time.time() - if self.deep_synchronization: + if self.deep_synchronization: # self.log.critical(str(self.last_block_height + 1)) h = self.block_hashes.get(self.last_block_height + 1) # self.log.critical(str(h))