connector

This commit is contained in:
4tochka 2019-05-02 18:31:02 +04:00
parent 559c117f3a
commit 2ed45dc209

View File

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