connector
This commit is contained in:
parent
c55a8f54d2
commit
d82190f4fd
@ -607,12 +607,10 @@ class Connector:
|
|||||||
result = await self.rpc.batch(batch)
|
result = await self.rpc.batch(batch)
|
||||||
for r in result:
|
for r in result:
|
||||||
try:
|
try:
|
||||||
# self.log.warning(">>"+str((lh, r["result"])))
|
|
||||||
self.block_hashes.set(lh, r["result"])
|
self.block_hashes.set(lh, r["result"])
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
lh += 1
|
lh += 1
|
||||||
self.log.warning(str(height))
|
|
||||||
|
|
||||||
except asyncio.CancelledError:
|
except asyncio.CancelledError:
|
||||||
self.log.info("connector preload_block_hashes failed")
|
self.log.info("connector preload_block_hashes failed")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user