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 1960916 commit 9ee1c4cCopy full SHA for 9ee1c4c
lightning-invoice/src/payment.rs
@@ -247,8 +247,7 @@ impl<T: Time> Display for PaymentAttempts<T> {
247
/// While the behavior of [`InvoicePayer`] provides idempotency of duplicate `send_*payment` calls
248
/// with the same [`PaymentHash`], it is up to the `Payer` to provide idempotency across restarts.
249
///
250
-/// The lightning [`ChannelManager`] provides idempotency for duplicate payments with the same
251
-/// [`PaymentId`].
+/// [`ChannelManager`] provides idempotency for duplicate payments with the same [`PaymentId`].
252
253
/// In order to trivially ensure idempotency for payments, the default `Payer` implementation
254
/// reuses the [`PaymentHash`] bytes as the [`PaymentId`]. Custom implementations wishing to
0 commit comments