mirror of
https://github.com/romanz/electrs.git
synced 2026-08-19 13:17:37 +02:00
Remove periodic mempool size logging
This commit is contained in:
parent
fc8656f7a4
commit
a8a5772b26
1 changed files with 0 additions and 5 deletions
|
|
@ -194,11 +194,6 @@ impl Tracker {
|
|||
.getmempooltxids()
|
||||
.chain_err(|| "failed to update mempool from daemon")?;
|
||||
let old_txids = HashSet::from_iter(self.items.keys().cloned());
|
||||
trace!(
|
||||
"{} transactions in mempool ({:+})",
|
||||
new_txids.len(),
|
||||
new_txids.len() as i64 - old_txids.len() as i64
|
||||
);
|
||||
timer.observe_duration();
|
||||
|
||||
let timer = self.stats.start_timer("add");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue