connector
This commit is contained in:
parent
3bc3db0f5a
commit
5828298855
@ -431,7 +431,7 @@ class Connector:
|
|||||||
if self.utxo_data:
|
if self.utxo_data:
|
||||||
loading = "Loading ... " if self.cache_loading else ""
|
loading = "Loading ... " if self.cache_loading else ""
|
||||||
if self.deep_synchronization:
|
if self.deep_synchronization:
|
||||||
self.log.debug("-Blocks-----------------------------------------------------------------------")
|
self.log.debug("- Blocks -----------------------------------------------------------------------")
|
||||||
|
|
||||||
self.log.debug(" Blocks not cached %s; "
|
self.log.debug(" Blocks not cached %s; "
|
||||||
"blocks cached %s; "
|
"blocks cached %s; "
|
||||||
@ -448,7 +448,7 @@ class Connector:
|
|||||||
round(self.preload_cached_total
|
round(self.preload_cached_total
|
||||||
/ self.destroyed_coins, 4)))
|
/ self.destroyed_coins, 4)))
|
||||||
|
|
||||||
self.log.debug("-UTXO-------------------------------------------------------------------------")
|
self.log.debug("- UTXO -------------------------------------------------------------------------")
|
||||||
if loading: self.log.debug(loading)
|
if loading: self.log.debug(loading)
|
||||||
|
|
||||||
self.log.debug(" Cache count %s; hit rate: %s;" % (self.utxo.len(),
|
self.log.debug(" Cache count %s; hit rate: %s;" % (self.utxo.len(),
|
||||||
@ -463,7 +463,7 @@ class Connector:
|
|||||||
"total %s s; " % (round(self.utxo.read_from_db_time, 4),
|
"total %s s; " % (round(self.utxo.read_from_db_time, 4),
|
||||||
int(self.utxo.read_from_db_time_total)))
|
int(self.utxo.read_from_db_time_total)))
|
||||||
self.utxo.read_from_db_time = 0
|
self.utxo.read_from_db_time = 0
|
||||||
self.log.debug("-Coins------------------------------------------------------------------------")
|
self.log.debug("- Coins ------------------------------------------------------------------------")
|
||||||
self.log.debug(" Coins %s; destroyed %s; "
|
self.log.debug(" Coins %s; destroyed %s; "
|
||||||
"unspent %s; op_return %s;" % (self.coins,
|
"unspent %s; op_return %s;" % (self.coins,
|
||||||
self.destroyed_coins,
|
self.destroyed_coins,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user