We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8edaad commit bd989dcCopy full SHA for bd989dc
lightning/src/ln/channelmanager.rs
@@ -195,8 +195,8 @@ pub(crate) struct HTLCPreviousHopData {
195
// This field is consumed by `claim_funds_from_hop()` when updating a force-closed backwards
196
// channel with a preimage provided by the forward channel.
197
outpoint: OutPoint,
198
- // Used to preserve channel by failing back in case forward channel remains unconfirmed for too
199
- // long.
+ /// Used to preserve our backwards channel by failing back in case an HTLC claim in the forward
+ /// channel remains unconfirmed for too long.
200
pub(crate) cltv_expiry: Option<u32>,
201
}
202
0 commit comments