Skip to content

Commit 9e040ea

Browse files
f comment
1 parent 4ca1a31 commit 9e040ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-invoice/src/payment.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ pub trait Payer {
265265
fn abandon_payment(&self, payment_id: PaymentId);
266266
}
267267

268-
/// A trait defining behavior for a [`Router`] implementation that also supports probing
269-
/// and scoring based on payment success data.
268+
/// A trait defining behavior for a [`Router`] implementation that also supports scoring channels
269+
/// based on payment and probe success/failure.
270270
///
271271
/// [`Router`]: lightning::ln::channelmanager::Router
272272
pub trait ScoringRouter: Router {

0 commit comments

Comments
 (0)