Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jurvis committed Jun 3, 2022
1 parent 592c004 commit 7b52102
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lightning/src/util/events.rs
Expand Up @@ -35,7 +35,6 @@ use prelude::*;
use core::time::Duration;
use core::ops::Deref;
use sync::Arc;
use io::Error;

/// Some information provided on receipt of payment depends on whether the payment received is a
/// spontaneous payment or a "conventional" lightning payment that's paying an invoice.
Expand Down Expand Up @@ -503,9 +502,9 @@ pub enum Event {
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
channel_type: ChannelTypeFeatures,
},
/// Indicates that a HTLC has failed to be processed and forwarded through us.
/// Indicates that a HTLC has failed to be processed and forwarded through us, or accepted by us
HTLCHandlingFailed {
/// The channel_id of the sender
/// Represents the id of the channel through which the HTLC was forwarded to us.
prev_channel_id: [u8; 32],
/// Destination of payment
destination: HTLCDestination
Expand Down

0 comments on commit 7b52102

Please sign in to comment.