connector

This commit is contained in:
4tochka 2019-05-02 18:46:56 +04:00
parent 407485ab6f
commit d77738dc16

View File

@ -630,6 +630,7 @@ class Connector:
while height < max_height:
if height - self.last_block_height < self.batch_limit * 10:
try:
self.log.critical(str((height, processed_height, self.last_block_height)))
batch = list()
h_list = list()
while True: