Skip to content

Commit 44ec53c

Browse files
committed
f - nits
1 parent 9e67447 commit 44ec53c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/util/events.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,11 @@ pub enum Event {
343343
/// This event is generated when a payment has been successfully forwarded through us and a
344344
/// forwarding fee earned.
345345
PaymentForwarded {
346-
/// The incoming channel which is between the previous node and us. Optional because
347-
/// versions prior to 0.0.107 do not serialize this field.
346+
/// The incoming channel between the previous node and us. This is only None in versions
347+
/// prior to 0.0.107 since it is not serialized.
348348
prev_channel_id: Option<[u8; 32]>,
349-
/// The outgoing channel which is between the next node and us. Optional because versions
350-
/// prior to 0.0.107 do not serialize this field.
349+
/// The outgoing channel between the next node and us. This is only None in versions prior
350+
/// to 0.0.107 since it is not serialized.
351351
next_channel_id: Option<[u8; 32]>,
352352
/// The fee, in milli-satoshis, which was earned as a result of the payment.
353353
///

0 commit comments

Comments
 (0)