connector

This commit is contained in:
4tochka 2019-05-12 16:47:49 +04:00
parent 7a222adbfd
commit 954b8b90df

View File

@ -374,7 +374,7 @@ class Connector:
self.block_headers_cache.set(block["hash"], block["height"]) self.block_headers_cache.set(block["hash"], block["height"])
self.last_block_height = block["height"] self.last_block_height = block["height"]
if self.utxo_data: if self.utxo_data:
self.utxo.destroy_utxo() await self.utxo.destroy_utxo()
try: self.checkpoints.append(block["checkpoint"]) try: self.checkpoints.append(block["checkpoint"])
except: pass except: pass