connector

This commit is contained in:
4tochka 2019-06-03 10:36:48 +04:00
parent ba45615cfc
commit e42fd5b66d

View File

@ -620,6 +620,7 @@ class Connector:
raise Exception("utxo get failed ")
self.total_received_tx += len(block["rawTx"])
self.total_received_tx_last += len(block["rawTx"])
except Exception as err:
self.log.critical("new block error %s " % err)
self.log.critical(str(traceback.format_exc()))