connector
This commit is contained in:
parent
155c814b9f
commit
dbf0ae31e2
@ -400,7 +400,7 @@ class Connector:
|
|||||||
self.last_block_height = block["height"]
|
self.last_block_height = block["height"]
|
||||||
|
|
||||||
if self.utxo_data and self.utxo.save_process:
|
if self.utxo_data and self.utxo.save_process:
|
||||||
self.loop.create_task(self.utxo.save_utxo())
|
self.loop.create_task(self.utxo.save_checkpoint())
|
||||||
|
|
||||||
|
|
||||||
self.blocks_processed_count += 1
|
self.blocks_processed_count += 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user