connector
This commit is contained in:
parent
71efeab4c4
commit
7b7d39a481
@ -633,7 +633,7 @@ class Connector:
|
||||
|
||||
if height < self.last_block_height:
|
||||
height = self.last_block_height
|
||||
self.log.critical(str((height, processed_height, self.last_block_height)))
|
||||
self.log.critical(str((height, processed_height, self.last_block_height,self.block_hashes.len() )))
|
||||
batch = list()
|
||||
h_list = list()
|
||||
while True:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user