connector

This commit is contained in:
4tochka 2019-05-02 19:16:13 +04:00
parent 195dfa84c2
commit e5557b71e3

View File

@ -654,7 +654,7 @@ class Connector:
h.append(lh)
except:
pass
self.log.critical(str(( len(batch), )))
blocks = await self.rpc.batch(batch)
for x,y in zip(h,blocks):