diff --git a/pybtc/connector/connector.py b/pybtc/connector/connector.py index 7bbb21e..c49145e 100644 --- a/pybtc/connector/connector.py +++ b/pybtc/connector/connector.py @@ -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()))