From 38d338556bb4be379647b30ba412b26f93998f1e Mon Sep 17 00:00:00 2001 From: 4tochka Date: Fri, 3 May 2019 22:49:55 +0400 Subject: [PATCH] connector --- pybtc/connector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pybtc/connector.py b/pybtc/connector.py index e0487c3..00fe189 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -783,6 +783,7 @@ class UTXO(): async def save_utxo(self, block_height): # save to db tail from cache self.save_process = True + self.log.critical(str(block_height)) c = len(self.cached) - self._cache_size try: lb = 0