File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -458,11 +458,14 @@ impl_writeable_tlv_based_enum_legacy!(StaleExpiration,
458
458
/// [`Event::PaymentFailed`]: crate::events::Event::PaymentFailed
459
459
#[ derive( Clone , Debug , PartialEq , Eq ) ]
460
460
pub enum RetryableSendFailure {
461
- /// The provided [`PaymentParameters::expiry_time`] indicated that the payment has expired.
461
+ /// The provided [`PaymentParameters::expiry_time`] indicated that the payment has expired or
462
+ /// the BOLT 12 invoice paid to via [`ChannelManager::send_payment_for_bolt12_invoice`] was
463
+ /// expired.
462
464
#[ cfg_attr( feature = "std" , doc = "" ) ]
463
465
#[ cfg_attr( feature = "std" , doc = "Note that this error is *not* caused by [`Retry::Timeout`]." ) ]
464
466
///
465
467
/// [`PaymentParameters::expiry_time`]: crate::routing::router::PaymentParameters::expiry_time
468
+ /// [`ChannelManager::send_payment_for_bolt12_invoice`]: crate::ln::channelmanager::ChannelManager::send_payment_for_bolt12_invoice
466
469
PaymentExpired ,
467
470
/// We were unable to find a route to the destination.
468
471
RouteNotFound ,
You can’t perform that action at this time.
0 commit comments