connector
This commit is contained in:
parent
3772e1f7a4
commit
6f89ceebb9
@ -238,6 +238,7 @@ class Worker:
|
|||||||
try:
|
try:
|
||||||
self.log.critical("%s block loader get from %s to %s" % (self.name, height, limit))
|
self.log.critical("%s block loader get from %s to %s" % (self.name, height, limit))
|
||||||
attempt = 10
|
attempt = 10
|
||||||
|
x = None
|
||||||
t = 0
|
t = 0
|
||||||
start_height = height
|
start_height = height
|
||||||
batch = list()
|
batch = list()
|
||||||
@ -300,7 +301,8 @@ class Worker:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
blocks[x] = block
|
blocks[x] = block
|
||||||
x = None
|
|
||||||
|
|
||||||
if blocks:
|
if blocks:
|
||||||
blocks[x]["checkpoint"] = x
|
blocks[x]["checkpoint"] = x
|
||||||
for x in blocks:
|
for x in blocks:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user