connector
This commit is contained in:
parent
11771cb9f1
commit
b3d9e4f367
@ -586,7 +586,7 @@ class Connector:
|
|||||||
|
|
||||||
if self.block_batch_handler and not self.cache_loading:
|
if self.block_batch_handler and not self.cache_loading:
|
||||||
await self.block_batch_handler(block)
|
await self.block_batch_handler(block)
|
||||||
|
self.total_received_tx += len(block["rawTx"])
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
self.log.critical("new block error %s " % err)
|
self.log.critical("new block error %s " % err)
|
||||||
self.log.critical(str(traceback.format_exc()))
|
self.log.critical(str(traceback.format_exc()))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user