Skip to content

Commit 1e65483

Browse files
committed
f - fix docs
1 parent 3dd682f commit 1e65483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/events/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,8 +879,8 @@ pub enum Event {
879879
payment_hash: Option<PaymentHash>,
880880
/// The reason the payment failed. This is only `None` for events generated or serialized
881881
/// 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.
882+
/// was removed in 0.0.124), or when downgrading to a version with a reason that was added
883+
/// after.
884884
reason: Option<PaymentFailureReason>,
885885
},
886886
/// Indicates that a path for an outbound payment was successful.

0 commit comments

Comments
 (0)