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 4ca1a31 commit 9e040eaCopy full SHA for 9e040ea
lightning-invoice/src/payment.rs
@@ -265,8 +265,8 @@ pub trait Payer {
265
fn abandon_payment(&self, payment_id: PaymentId);
266
}
267
268
-/// A trait defining behavior for a [`Router`] implementation that also supports probing
269
-/// and scoring based on payment success data.
+/// A trait defining behavior for a [`Router`] implementation that also supports scoring channels
+/// based on payment and probe success/failure.
270
///
271
/// [`Router`]: lightning::ln::channelmanager::Router
272
pub trait ScoringRouter: Router {
0 commit comments