connector
This commit is contained in:
parent
0e32571dfe
commit
fb3bfcd25c
@ -783,6 +783,7 @@ class UTXO():
|
|||||||
del self.cached[outpoint]
|
del self.cached[outpoint]
|
||||||
|
|
||||||
def destroy_utxo(self, block_height):
|
def destroy_utxo(self, block_height):
|
||||||
|
return
|
||||||
block_height -= self.maturity
|
block_height -= self.maturity
|
||||||
for key in range(self.destroyed_utxo_block + 1, block_height + 1):
|
for key in range(self.destroyed_utxo_block + 1, block_height + 1):
|
||||||
if key not in self.destroyed: continue
|
if key not in self.destroyed: continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user