Skip to content

Commit 6f4a973

Browse files
committed
f sp
1 parent 1be6840 commit 6f4a973

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lightning/src/chain/package.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -771,10 +771,9 @@ pub struct PackageTemplate {
771771
/// Block height at which our counterparty can potentially claim this output as well (assuming
772772
/// they have the keys or information required to do so).
773773
///
774-
/// This is used primarily by to decide when an output becomes "pinnable" because the
775-
/// counterparty can potentially spend it. It is also used internally by
776-
/// [`Self::get_height_timer`] to identify when an output must be claimed by, depending on the
777-
/// type of output.
774+
/// This is used primarily to decide when an output becomes "pinnable" because the counterparty
775+
/// can potentially spend it. It is also used internally by [`Self::get_height_timer`] to
776+
/// identify when an output must be claimed by, depending on the type of output.
778777
///
779778
/// Note that for revoked counterparty HTLC outputs the value may be zero in some cases where
780779
/// we upgraded from LDK 0.1 or prior.

0 commit comments

Comments
 (0)