connector
This commit is contained in:
parent
60654ab8bb
commit
918bc607c1
@ -465,9 +465,12 @@ class Connector:
|
||||
self.utxo.loaded_utxo))
|
||||
self.log.debug(" Read from db last batch %s; "
|
||||
"count %s; "
|
||||
"rate %s; "
|
||||
"total time %s; " % (round(self.utxo.read_from_db_time, 4),
|
||||
self.utxo.read_from_db_count,
|
||||
int(self.utxo.read_from_db_time_total)))
|
||||
round(self.utxo.read_from_db_count
|
||||
/self.utxo.read_from_db_time_total, 4),
|
||||
int(self.utxo.read_from_db_time_total)))
|
||||
self.utxo.read_from_db_time = 0
|
||||
self.utxo.read_from_db_count = 0
|
||||
self.log.debug("- Coins ---------------")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user