connector
This commit is contained in:
parent
fb50101eac
commit
13aa3e2a52
@ -380,7 +380,7 @@ class Connector:
|
|||||||
if self.utxo_data:
|
if self.utxo_data:
|
||||||
if not self.deep_synchronization:
|
if not self.deep_synchronization:
|
||||||
self.utxo.destroy_utxo(block["height"])
|
self.utxo.destroy_utxo(block["height"])
|
||||||
elif block["height"] % 200 == 0:
|
elif block["height"] % 500 == 0:
|
||||||
self.utxo.destroy_utxo(block["height"])
|
self.utxo.destroy_utxo(block["height"])
|
||||||
|
|
||||||
self.blocks_processed_count += 1
|
self.blocks_processed_count += 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user