From 300e7ad01ccc86b333a555cf0b89b2b3d4fe38ad Mon Sep 17 00:00:00 2001 From: 4tochka Date: Thu, 2 May 2019 16:21:33 +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 2685a86..ab45943 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -667,7 +667,7 @@ class Connector: if self.block_preload.len() < 40000 and \ height < self.last_block_height + 40000: continue - self.log.critical(str((processed_height, self.last_block_height))) + # self.log.critical(str((processed_height, self.last_block_height))) for i in range(processed_height, self.last_block_height): self.block_preload.remove(i) processed_height = self.last_block_height