diff --git a/pybtc/connector/utxo.py b/pybtc/connector/utxo.py index 44c20dd..e4d3f25 100644 --- a/pybtc/connector/utxo.py +++ b/pybtc/connector/utxo.py @@ -74,7 +74,7 @@ class UTXO(): if not checkpoint_found: for i in reversed(self.pending_saved): self.cached.append({i: self.pending_saved[i]}) - self.log.critical("checkpoint not found") + self.log.critical("checkpoint not found " + str(self.checkpoints)) return self.log.critical("found checkpoint " + str(lb) + " len " + str(len(utxo)) + " cached " + str(len(self.cached)) )