Skip to content

Commit 9af1ed5

Browse files
committed
f - fix doc links
1 parent e41ca17 commit 9af1ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/invoice_utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ where
435435
}
436436

437437
#[cfg(feature = "std")]
438-
/// See [`create_invoice_from_channelmanager_and_duration_since_epoch`]
438+
/// See [`create_invoice_from_channelmanager`]
439439
/// This version allows for providing custom [`PaymentHash`] and description hash for the invoice.
440440
///
441441
/// This may be useful if you're building an on-chain swap or involving another protocol where
@@ -475,7 +475,7 @@ where
475475
}
476476

477477
#[cfg(feature = "std")]
478-
/// See [`create_invoice_from_channelmanager_and_duration_since_epoch`]
478+
/// See [`create_invoice_from_channelmanager`]
479479
/// This version allows for providing a custom [`PaymentHash`] for the invoice.
480480
/// This may be useful if you're building an on-chain swap or involving another protocol where
481481
/// the payment hash is also involved outside the scope of lightning.

0 commit comments

Comments
 (0)