From c9bc3afbca72bcb91f4f348eab0284081fd738b9 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Fri, 3 May 2019 22:58:21 +0400 Subject: [PATCH] connector --- pybtc/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybtc/connector.py b/pybtc/connector.py index 00fe189..6c501a0 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -783,7 +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)) + await asyncio.sleep(2) c = len(self.cached) - self._cache_size try: lb = 0