connector

This commit is contained in:
4tochka 2019-05-01 15:16:50 +04:00
parent a55a53c738
commit ea4e807093

View File

@ -606,6 +606,7 @@ 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