We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca062f commit 7db8052Copy full SHA for 7db8052
lightning-invoice/src/payment.rs
@@ -271,8 +271,7 @@ pub trait Payer {
271
/// [`Router`]: lightning::routing::router::Router
272
pub trait ScoringRouter: Router {
273
/// Finds a [`Route`] between `payer` and `payee` for a payment with the given values. Includes
274
- /// `PaymentHash` and `PaymentId` in case the underlying implementation wants to look up a
275
- /// precomputed route for probing.
+ /// `PaymentHash` and `PaymentId` to be able to correlate the request with a specific payment.
276
fn find_route_with_id(
277
&self, payer: &PublicKey, route_params: &RouteParameters,
278
first_hops: Option<&[&ChannelDetails]>, inflight_htlcs: InFlightHtlcs,
0 commit comments