connector

This commit is contained in:
4tochka 2019-05-01 13:38:45 +04:00
parent e97d3787df
commit 6713977f52

View File

@ -582,6 +582,7 @@ class Connector:
batch.append(["getblockhash", height])
if len(batch) >= self.batch_limit or height >= max_height:
break
height += 1
result = await self.rpc.batch(batch)
self.log.warning(str(height))