Skip to content

Commit 9ee1c4c

Browse files
committed
f useless words
1 parent 1960916 commit 9ee1c4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning-invoice/src/payment.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ impl<T: Time> Display for PaymentAttempts<T> {
247247
/// While the behavior of [`InvoicePayer`] provides idempotency of duplicate `send_*payment` calls
248248
/// with the same [`PaymentHash`], it is up to the `Payer` to provide idempotency across restarts.
249249
///
250-
/// The lightning [`ChannelManager`] provides idempotency for duplicate payments with the same
251-
/// [`PaymentId`].
250+
/// [`ChannelManager`] provides idempotency for duplicate payments with the same [`PaymentId`].
252251
///
253252
/// In order to trivially ensure idempotency for payments, the default `Payer` implementation
254253
/// reuses the [`PaymentHash`] bytes as the [`PaymentId`]. Custom implementations wishing to

0 commit comments

Comments
 (0)