connector

This commit is contained in:
4tochka 2019-05-08 04:08:41 +04:00
parent 4c0ae85d30
commit fb50101eac

View File

@ -133,10 +133,10 @@ class UTXO():
self._requests += 1
try:
i = self.cached[key]
# try:
# self.destroyed[block_height].add(key)
# except:
# self.destroyed[block_height] = {key}
try:
self.destroyed[block_height].add(key)
except:
self.destroyed[block_height] = {key}
self._hit += 1
return i
except: