connector

This commit is contained in:
4tochka 2019-05-18 00:37:45 +04:00
parent 348b48deda
commit 03b0ed10f7

View File

@ -587,8 +587,8 @@ class Connector:
await self.block_batch_handler(tx, block)
except Exception as err:
self.log.debug("new block error %s " % err)
self.log.debug(str(traceback.format_exc()))
self.log.critical("new block error %s " % err)
self.log.critical(str(traceback.format_exc()))
finally:
pass