connector
This commit is contained in:
parent
6f89ceebb9
commit
e0a308d3f0
@ -236,9 +236,10 @@ class Worker:
|
|||||||
|
|
||||||
async def load_blocks(self, height, limit):
|
async def load_blocks(self, height, limit):
|
||||||
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, height + limit))
|
||||||
attempt = 10
|
attempt = 10
|
||||||
x = None
|
x = None
|
||||||
|
|
||||||
t = 0
|
t = 0
|
||||||
start_height = height
|
start_height = height
|
||||||
batch = list()
|
batch = list()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user