File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ use core::ops::Deref;
2929use core:: fmt:: Write ;
3030use 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.
3333pub 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
You can’t perform that action at this time.
0 commit comments