connector
This commit is contained in:
parent
559c117f3a
commit
2ed45dc209
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user