From a5011bc55482a168db55f9f0d1b47dbd0ee15ae8 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Thu, 9 May 2019 13:31:44 +0400 Subject: [PATCH] connector --- build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py b/build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py index 1ab8941..0d6578e 100644 --- a/build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py +++ b/build/lib.macosx-10.9-x86_64-3.7/pybtc/connector.py @@ -428,7 +428,7 @@ class Connector: self.utxo.outs_total )) self.log.info("total tx fetch time %s;" % self.total_received_tx_time) - self.log.info("tt fetch time %s;" % self.tt) + self.log.info("tt fetch time >>%s;" % self.tt) # after block added handler if self.after_block_handler and not self.cache_loading: