Skip to content

Commit a69eaab

Browse files
committed
f sp
1 parent 215995c commit a69eaab

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
@@ -776,10 +776,9 @@ pub struct PackageTemplate {
776776
/// Block height at which our counterparty can potentially claim this output as well (assuming
777777
/// they have the keys or information required to do so).
778778
///
779-
/// This is used primarily by to decide when an output becomes "pinnable" because the
780-
/// counterparty can potentially spend it. It is also used internally by
781-
/// [`Self::get_height_timer`] to identify when an output must be claimed by, depending on the
782-
/// type of output.
779+
/// This is used primarily to decide when an output becomes "pinnable" because the counterparty
780+
/// can potentially spend it. It is also used internally by [`Self::get_height_timer`] to
781+
/// identify when an output must be claimed by, depending on the type of output.
783782
///
784783
/// Note that for revoked counterparty HTLC outputs the value may be zero in some cases where
785784
/// we upgraded from LDK 0.1 or prior.

0 commit comments

Comments
 (0)