connector
This commit is contained in:
parent
9d41bb30d7
commit
e93b65796f
@ -219,6 +219,7 @@ class Worker:
|
|||||||
h.append(lh)
|
h.append(lh)
|
||||||
result = await self.rpc.batch(batch)
|
result = await self.rpc.batch(batch)
|
||||||
blocks = dict()
|
blocks = dict()
|
||||||
|
self.log.critical(str(len(result)))
|
||||||
for x, y in zip(h, result):
|
for x, y in zip(h, result):
|
||||||
if y["result"] is not None:
|
if y["result"] is not None:
|
||||||
block = decode_block_tx(y["result"])
|
block = decode_block_tx(y["result"])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user