connector

This commit is contained in:
4tochka 2019-05-02 15:22:51 +04:00
parent e3de215607
commit 6ae00e11ca

View File

@ -627,7 +627,7 @@ class Connector:
while height < max_height:
if self.last_block_height - height < 44000:
try:
self.log.critical(str(height))
# self.log.critical(str(height))
batch = list()
h_list = list()
while True: