diff --git a/pybtc/connector/connector.py b/pybtc/connector/connector.py index aa31745..9292082 100644 --- a/pybtc/connector/connector.py +++ b/pybtc/connector/connector.py @@ -606,7 +606,6 @@ class Connector: self.log.critical("utxo get failed " + rh2s(tx["txId"])) self.log.critical(str(stxo)) raise Exception("utxo get failed ") - return stxo if self.tx_handler and not self.cache_loading: await self.tx_handler(tx, stxo, block_time, block_height, block_index)