connector

This commit is contained in:
4tochka 2019-05-06 01:58:54 +04:00
parent 0e32571dfe
commit fb3bfcd25c

View File

@ -783,6 +783,7 @@ class UTXO():
del self.cached[outpoint]
def destroy_utxo(self, block_height):
return
block_height -= self.maturity
for key in range(self.destroyed_utxo_block + 1, block_height + 1):
if key not in self.destroyed: continue