connector

This commit is contained in:
4tochka 2019-05-01 21:46:57 +04:00
parent c55a8f54d2
commit d82190f4fd

View File

@ -607,12 +607,10 @@ class Connector:
result = await self.rpc.batch(batch)
for r in result:
try:
# self.log.warning(">>"+str((lh, r["result"])))
self.block_hashes.set(lh, r["result"])
except:
pass
lh += 1
self.log.warning(str(height))
except asyncio.CancelledError:
self.log.info("connector preload_block_hashes failed")