Skip to content

Commit ab30ce6

Browse files
committed
f Add missing doc link
1 parent 41cccc3 commit ab30ce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@ pub enum Bolt11PaymentError {
594594
/// [`ChannelManager::pay_for_bolt11_invoice`]: crate::ln::channelmanager::ChannelManager::pay_for_bolt11_invoice
595595
InvalidAmount,
596596
/// An invalid or incompatible invoice was provided to [`ChannelManager::pay_for_bolt11_invoice`].
597+
///
598+
/// [`ChannelManager::pay_for_bolt11_invoice`]: crate::ln::channelmanager::ChannelManager::pay_for_bolt11_invoice
597599
InvalidInvoice,
598600
/// The invoice was valid for the corresponding [`PaymentId`], but sending the payment failed.
599601
SendingFailed(RetryableSendFailure),

0 commit comments

Comments
 (0)