mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Substract signed integers
This commit is contained in:
parent
1e258f4b3d
commit
4d322d4819
@ -196,7 +196,7 @@ impl Tracker {
|
||||
trace!(
|
||||
"{} transactions in mempool ({:+})",
|
||||
new_txids.len(),
|
||||
new_txids.len() - old_txids.len()
|
||||
new_txids.len() as i64 - old_txids.len() as i64
|
||||
);
|
||||
timer.observe_duration();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user