Skip to content

Commit 7b52102

Browse files
committed
Update docs
1 parent 592c004 commit 7b52102

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lightning/src/util/events.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ use prelude::*;
3535
use core::time::Duration;
3636
use core::ops::Deref;
3737
use sync::Arc;
38-
use io::Error;
3938

4039
/// Some information provided on receipt of payment depends on whether the payment received is a
4140
/// spontaneous payment or a "conventional" lightning payment that's paying an invoice.
@@ -503,9 +502,9 @@ pub enum Event {
503502
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
504503
channel_type: ChannelTypeFeatures,
505504
},
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
507506
HTLCHandlingFailed {
508-
/// The channel_id of the sender
507+
/// Represents the id of the channel through which the HTLC was forwarded to us.
509508
prev_channel_id: [u8; 32],
510509
/// Destination of payment
511510
destination: HTLCDestination

0 commit comments

Comments
 (0)