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): def get(self, key):
self._requests += 1 self._requests += 1
try: try:
i = self.cached[key] i = self.cached.delete(key)
self.destroyed.append(key) # self.destroyed.append(key)
# try: # try:
# self.destroyed[block_height].add(key) # self.destroyed[block_height].add(key)
# except: # except: