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 b4da06c commit b655d10Copy full SHA for b655d10
lightning/src/ln/outbound_payment.rs
@@ -613,8 +613,6 @@ pub enum Bolt12PaymentError {
613
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
614
InvalidInvoice,
615
/// The invoice was valid for the corresponding [`PaymentId`], but required unknown features.
616
- ///
617
- /// [`ChannelManager::pay_for_bolt12_invoice`]: crate::ln::channelmanager::ChannelManager::pay_for_bolt12_invoice
618
UnknownRequiredFeatures,
619
/// The invoice was valid for the corresponding [`PaymentId`], but sending the payment failed.
620
SendingFailed(RetryableSendFailure),
0 commit comments