Skip to content

Commit

Permalink
f Doc nits
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Feb 2, 2024
1 parent 438512c commit 735b89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightning/src/util/sweep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use core::ops::Deref;
use core::fmt::Write;
use core::cmp;

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

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

0 comments on commit 735b89f

Please sign in to comment.