connector

This commit is contained in:
4tochka 2019-05-12 21:39:52 +04:00
parent f2f1fe7ba7
commit 5e262b8e95

View File

@ -138,8 +138,8 @@ class UTXO():
def get(self, key):
self._requests += 1
try:
i = self.cached[key]
self.destroyed.append(key)
i = self.cached.delete(key)
# self.destroyed.append(key)
# try:
# self.destroyed[block_height].add(key)
# except: