connector
This commit is contained in:
parent
79544a046e
commit
52db561690
@ -873,6 +873,7 @@ class UTXO():
|
|||||||
self._requests += 1
|
self._requests += 1
|
||||||
try:
|
try:
|
||||||
i = self.cached.get(key)
|
i = self.cached.get(key)
|
||||||
|
del self.cached[key]
|
||||||
self.destroyed_utxo += 1
|
self.destroyed_utxo += 1
|
||||||
# try:
|
# try:
|
||||||
# self.destroyed[block_height].add(key)
|
# self.destroyed[block_height].add(key)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user