File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -343,11 +343,11 @@ pub enum Event {
343
343
/// This event is generated when a payment has been successfully forwarded through us and a
344
344
/// forwarding fee earned.
345
345
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 .
348
348
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 .
351
351
next_channel_id : Option < [ u8 ; 32 ] > ,
352
352
/// The fee, in milli-satoshis, which was earned as a result of the payment.
353
353
///
You can’t perform that action at this time.
0 commit comments