Skip to content

Commit bd989dc

Browse files
committed
f - docs
1 parent d8edaad commit bd989dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ pub(crate) struct HTLCPreviousHopData {
195195
// This field is consumed by `claim_funds_from_hop()` when updating a force-closed backwards
196196
// channel with a preimage provided by the forward channel.
197197
outpoint: OutPoint,
198-
// Used to preserve channel by failing back in case forward channel remains unconfirmed for too
199-
// long.
198+
/// Used to preserve our backwards channel by failing back in case an HTLC claim in the forward
199+
/// channel remains unconfirmed for too long.
200200
pub(crate) cltv_expiry: Option<u32>,
201201
}
202202

0 commit comments

Comments
 (0)