diff --git a/pybtc/connector.py b/pybtc/connector.py index 8e041c7..8b097bd 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -773,6 +773,7 @@ class UTXO(): self.destroyed_utxo += 1 n.add(outpoint) except: + self.destroyed_utxo += 1 pass self.deleted[key] = n self.destroyed.pop(key)