connector
This commit is contained in:
parent
e712e58ade
commit
0c1b008dce
@ -664,7 +664,8 @@ class Connector:
|
||||
except:
|
||||
pass
|
||||
|
||||
if self.block_preload.len() < 40000:
|
||||
if self.block_preload.len() < 40000 and \
|
||||
height < self.last_block_height + 40000:
|
||||
continue
|
||||
self.log.critical(str((processed_height, self.last_block_height)))
|
||||
for i in range(processed_height, self.last_block_height):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user