connector

This commit is contained in:
4tochka 2019-05-13 20:04:19 +04:00
parent 4298217acb
commit e5001a9a7b

View File

@ -378,7 +378,7 @@ class Connector:
not self.utxo.save_process and \
self.utxo.checkpoints:
self.utxo.deleted_last_block = block["height"]
self.utxo.pending_deleted += self.utxo.deleted
self.utxo.pending_deleted = self.utxo.pending_deleted.union(self.utxo.deleted)
self.utxo.deleted = set()
self.loop.create_task(self.utxo.save_utxo())