From bc3d8c3dea72bf252ae8936a4bb0c705ffcd0c85 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Mon, 13 May 2019 11:40:42 +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 f9dc73d..a8d1fb7 100644 --- a/pybtc/connector/utxo.py +++ b/pybtc/connector/utxo.py @@ -80,7 +80,7 @@ class UTXO(): self.cached.append({i[0]: (pointer, amount, address)}) self.log.critical("checkpoint not found") return - self.log.critical("found checkpoint " + str(lb) + " len" + str(len(utxo))) + self.log.critical("found checkpoint " + str(lb) + " len " + str(len(utxo)) + " cached " + str(len(self.cached)) ) # self.log.critical(">" + str(len(self.cached))) #