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