Skip to content

Commit

Permalink
fixup! avoid redundant recomputation of fee histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Dec 9, 2023
1 parent dd8f994 commit 8b2c6ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ impl Mempool {
self.add_entry(entry);
}
}
}
debug!(
"{} mempool txs: {} added, {} removed",
self.entries.len(),
Expand Down

0 comments on commit 8b2c6ed

Please sign in to comment.