connector

This commit is contained in:
4tochka 2019-05-01 10:54:15 +04:00
parent 302a89621a
commit ef0bb809e1

View File

@ -656,8 +656,6 @@ class UTXO():
self._hit = 0
def set(self, outpoint, pointer, amount, address):
if len(self.cached) > self._cache_size and not self.save_process:
self.loop.create_task(self.save_utxo())
self.cached[outpoint] = (pointer, amount, address)
if pointer:
self.last_cached_block = pointer >> 42