From d7dae1fd8b35bc5deccc4f8b022a4d83975dcda3 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Mon, 13 May 2019 12:44:13 +0400 Subject: [PATCH] connector --- pybtc/connector/utxo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) )