connector

This commit is contained in:
4tochka 2019-05-09 00:30:04 +04:00
parent 9d41bb30d7
commit e93b65796f

View File

@ -219,6 +219,7 @@ class Worker:
h.append(lh)
result = await self.rpc.batch(batch)
blocks = dict()
self.log.critical(str(len(result)))
for x, y in zip(h, result):
if y["result"] is not None:
block = decode_block_tx(y["result"])