We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afc78d commit a6390e4Copy full SHA for a6390e4
1 file changed
src/lib.rs
@@ -856,6 +856,7 @@ impl<K: KVStore + Sync + Send + 'static> Node<K> {
856
}
857
858
_ = fee_rate_update_interval.tick() => {
859
+ let now = Instant::now();
860
match wallet.update_fee_estimates().await {
861
Ok(()) => log_trace!(
862
sync_logger,
0 commit comments