connector

This commit is contained in:
4tochka 2019-05-03 22:49:55 +04:00
parent 9233637e96
commit 38d338556b

View File

@ -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