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 c6de944 commit bddca4dCopy full SHA for bddca4d
lightning/src/events/mod.rs
@@ -878,8 +878,8 @@ pub enum Event {
878
/// [`Offer`]: crate::offers::offer::Offer
879
payment_hash: Option<PaymentHash>,
880
/// The reason the payment failed. This is only `None` for events generated or serialized
881
- /// by versions prior to 0.0.115, when deserializing an `Event::InvoiceRequestFailed`, which
882
- /// was removed in 0.0.124, or when downgrading to 0.0.124 or later with a reason that was
+ /// by versions prior to 0.0.115, when deserializing an `Event::InvoiceRequestFailed` (which
+ /// was removed in 0.0.124), or when downgrading to 0.0.124 or later with a reason that was
883
/// added after.
884
reason: Option<PaymentFailureReason>,
885
},
0 commit comments