connector

This commit is contained in:
4tochka 2019-06-03 14:50:39 +04:00
parent 6f89ceebb9
commit e0a308d3f0

View File

@ -236,9 +236,10 @@ class Worker:
async def load_blocks(self, height, limit):
try:
self.log.critical("%s block loader get from %s to %s" % (self.name, height, limit))
self.log.critical("%s block loader get from %s to %s" % (self.name, height, height + limit))
attempt = 10
x = None
t = 0
start_height = height
batch = list()