File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -771,10 +771,9 @@ pub struct PackageTemplate {
771
771
/// Block height at which our counterparty can potentially claim this output as well (assuming
772
772
/// they have the keys or information required to do so).
773
773
///
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.
778
777
///
779
778
/// Note that for revoked counterparty HTLC outputs the value may be zero in some cases where
780
779
/// we upgraded from LDK 0.1 or prior.
You can’t perform that action at this time.
0 commit comments