Skip to content

Commit 26fea1a

Browse files
committed
f Doc nits
1 parent 1e260e0 commit 26fea1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/util/sweep.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use core::ops::Deref;
2929
use core::fmt::Write;
3030
use core::cmp;
3131

32-
/// The default interval after which we regenerate output spending transactions.
32+
/// The default interval in blocks after which we regenerate output spending transactions.
3333
pub const DEFAULT_REGENERATE_SPEND_THRESHOLD: u32 = 144;
3434

3535
/// The state of a spendable output currently tracked by an [`OutputSweeper`].
@@ -126,7 +126,7 @@ impl_writeable_tlv_based!(TrackedSpendableOutput, {
126126
///
127127
/// Users should call [`Self::track_spendable_outputs`] for any [`SpendableOutputDescriptor`]s received via [`Event::SpendableOutputs`].
128128
///
129-
/// This needs to notified of chain state changes either via its [`Listen`] or [`Confirm`]
129+
/// This needs to be notified of chain state changes either via its [`Listen`] or [`Confirm`]
130130
/// implementation and hence has to be connected with the utilized chain data sources.
131131
///
132132
/// If chain data is provided via the [`Confirm`] interface or via filtered blocks, users are

0 commit comments

Comments
 (0)