Skip to content

Commit bddca4d

Browse files
committed
f - fix docs
1 parent c6de944 commit bddca4d

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
@@ -878,8 +878,8 @@ pub enum Event {
878878
/// [`Offer`]: crate::offers::offer::Offer
879879
payment_hash: Option<PaymentHash>,
880880
/// 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
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
883883
/// added after.
884884
reason: Option<PaymentFailureReason>,
885885
},

0 commit comments

Comments
 (0)