connector
This commit is contained in:
parent
4c0ae85d30
commit
fb50101eac
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user