connector

This commit is contained in:
4tochka 2019-05-02 19:09:40 +04:00
parent 71efeab4c4
commit 7b7d39a481

View File

@ -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: