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 3dd682f commit 1e65483Copy full SHA for 1e65483
lightning/src/events/mod.rs
@@ -879,8 +879,8 @@ pub enum Event {
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
883
- /// added after.
+ /// was removed in 0.0.124), or when downgrading to a version with a reason that was added
+ /// after.
884
reason: Option<PaymentFailureReason>,
885
},
886
/// Indicates that a path for an outbound payment was successful.
0 commit comments