connector

This commit is contained in:
4tochka 2019-05-02 19:20:58 +04:00
parent e5557b71e3
commit 330a08e8a9

View File

@ -655,6 +655,8 @@ class Connector:
except:
pass
self.log.critical(str(( len(batch), )))
if not batch:
self.log.critical(str((h_list, result)))
blocks = await self.rpc.batch(batch)
for x,y in zip(h,blocks):