diff --git a/mobilecoind/src/payments.rs b/mobilecoind/src/payments.rs index df3d0c8332..c819e9d80a 100644 --- a/mobilecoind/src/payments.rs +++ b/mobilecoind/src/payments.rs @@ -36,12 +36,12 @@ use rand::Rng; use std::{ cmp::{max, Reverse}, collections::BTreeMap, - iter::empty, str::FromStr, sync::{ atomic::{AtomicUsize, Ordering}, Arc, }, + time::Duration, }; /// Default number of blocks used for calculating transaction tombstone block @@ -826,12 +826,22 @@ impl