connector
This commit is contained in:
parent
dd3afcdb53
commit
d71ba62364
@ -377,11 +377,11 @@ 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:
|
||||||
# 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"] % 100 == 0:
|
elif block["height"] % 200 == 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