connector

This commit is contained in:
4tochka 2019-05-03 16:41:35 +04:00
parent 709a785a42
commit e889349280

View File

@ -746,6 +746,7 @@ class UTXO():
del self.cached[outpoint]
async def save_utxo(self, block_height):
return
# save to db tail from cache
block_height -= self.maturity
c = len(self.cached) - self._cache_size