connector
This commit is contained in:
parent
a55a53c738
commit
ea4e807093
@ -606,6 +606,7 @@ 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user