File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ use prelude::*;
35
35
use core:: time:: Duration ;
36
36
use core:: ops:: Deref ;
37
37
use sync:: Arc ;
38
- use io:: Error ;
39
38
40
39
/// Some information provided on receipt of payment depends on whether the payment received is a
41
40
/// spontaneous payment or a "conventional" lightning payment that's paying an invoice.
@@ -503,9 +502,9 @@ pub enum Event {
503
502
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
504
503
channel_type : ChannelTypeFeatures ,
505
504
} ,
506
- /// Indicates that a HTLC has failed to be processed and forwarded through us.
505
+ /// Indicates that a HTLC has failed to be processed and forwarded through us, or accepted by us
507
506
HTLCHandlingFailed {
508
- /// The channel_id of the sender
507
+ /// Represents the id of the channel through which the HTLC was forwarded to us.
509
508
prev_channel_id : [ u8 ; 32 ] ,
510
509
/// Destination of payment
511
510
destination : HTLCDestination
You can’t perform that action at this time.
0 commit comments