From 2ed45dc209bafb8da6bf7cdb6e1a0c95ae347f08 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Thu, 2 May 2019 18:31:02 +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 e39eb49..f33ebad 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -630,7 +630,7 @@ class Connector: while height < max_height: if self.last_block_height - height < 44000: try: - # self.log.critical(str(height)) + self.log.critical(str(height)) batch = list() h_list = list() while True: