From edca404152e1093714f4088c805b124e9f4625c0 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Mon, 13 May 2019 17:35:33 +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 aed68e5..4ea1de9 100644 --- a/pybtc/connector/utxo.py +++ b/pybtc/connector/utxo.py @@ -82,7 +82,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 " + str(self.checkpoints)) + self.log.critical("checkpoint not found " +str(lb) +" > "+ str(self.checkpoints)) return # self.log.critical("checkpoints " + str(self.checkpoints) + " > " + str(checkpoint)) # self.log.critical("found checkpoint " + str(lb) + " len " + str(len(utxo)) + " cached " + str(len(self.cached)) )