connector

This commit is contained in:
4tochka 2019-05-13 20:37:03 +04:00
parent 6de71cf884
commit 1f4ba4929a

View File

@ -382,7 +382,7 @@ class Connector:
if i >= block["height"]:
n.append(i)
self.utxo.checkpoints = n
if n:
if n and n[0] >= block["height"]:
self.utxo.deleted_last_block = block["height"]
self.utxo.pending_deleted = self.utxo.pending_deleted.union(self.utxo.deleted)
self.utxo.deleted = set()