From 7b7d39a48131d5440e65bbba71fb36a8b0078af9 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Thu, 2 May 2019 19:09:40 +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 91f6df3..b6617ea 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -633,7 +633,7 @@ class Connector: if height < self.last_block_height: height = self.last_block_height - self.log.critical(str((height, processed_height, self.last_block_height))) + self.log.critical(str((height, processed_height, self.last_block_height,self.block_hashes.len() ))) batch = list() h_list = list() while True: