connector

This commit is contained in:
4tochka 2019-05-18 00:41:27 +04:00
parent 03b0ed10f7
commit d02974e080

View File

@ -584,7 +584,7 @@ class Connector:
if self.block_batch_handler and not self.cache_loading:
await self.block_batch_handler(tx, block)
await self.block_batch_handler(block)
except Exception as err:
self.log.critical("new block error %s " % err)