connector

This commit is contained in:
4tochka 2019-05-07 18:12:45 +04:00
parent bb3207f6b2
commit 93fd55be98

View File

@ -52,6 +52,7 @@ class BlockLoader:
self.worker_tasks = [self.loop.create_task(self.start_worker(i)) for i in range(self.worker_limit)]
target_height = self.parent.node_last_block - self.parent.self.deep_sync_limit
height = self.parent.last_block_height + 1
self.log.info(str(height))
while height < target_height:
self.log.info("height")
new_requests = 0