connector

This commit is contained in:
4tochka 2019-05-02 16:21:33 +04:00
parent 0c1b008dce
commit 300e7ad01c

View File

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