From 22c6057ec80291e1e10274e1ab43e1df6b192e1a Mon Sep 17 00:00:00 2001 From: 4tochka Date: Wed, 1 May 2019 18:37:39 +0400 Subject: [PATCH] connector --- pybtc/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybtc/connector.py b/pybtc/connector.py index 8a5ab65..9e2468a 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 1==2 and 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))