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 @@ -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.
You can’t perform that action at this time.
0 commit comments