connector
This commit is contained in:
parent
7a222adbfd
commit
954b8b90df
@ -374,7 +374,7 @@ class Connector:
|
||||
self.block_headers_cache.set(block["hash"], block["height"])
|
||||
self.last_block_height = block["height"]
|
||||
if self.utxo_data:
|
||||
self.utxo.destroy_utxo()
|
||||
await self.utxo.destroy_utxo()
|
||||
try: self.checkpoints.append(block["checkpoint"])
|
||||
except: pass
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user