We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6957fb6 commit 59e24bdCopy full SHA for 59e24bd
lightning-invoice/src/payment.rs
@@ -606,9 +606,8 @@ where
606
self.payment_cache.lock().unwrap().remove(payment_hash);
607
}
608
609
- /// Given a [`PaymentHash`], this function looks up inflight path attempts in the payment_cache.
610
- /// Then, it uses the path information inside the cache to construct a HashMap mapping a channel's
611
- /// short channel id and direction to the amount being sent through it.
+ /// Use path information in the payment_cache to construct a HashMap mapping a channel's short
+ /// channel id and direction to the amount being sent through it.
612
///
613
/// This function should be called whenever we need information about currently used up liquidity
614
/// across payments.
0 commit comments