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 41cccc3 commit ab30ce6Copy full SHA for ab30ce6
lightning/src/ln/outbound_payment.rs
@@ -594,6 +594,8 @@ pub enum Bolt11PaymentError {
594
/// [`ChannelManager::pay_for_bolt11_invoice`]: crate::ln::channelmanager::ChannelManager::pay_for_bolt11_invoice
595
InvalidAmount,
596
/// 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
599
InvalidInvoice,
600
/// The invoice was valid for the corresponding [`PaymentId`], but sending the payment failed.
601
SendingFailed(RetryableSendFailure),
0 commit comments