File tree 1 file changed +2
-2
lines changed
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;
29
29
use core:: fmt:: Write ;
30
30
use core:: cmp;
31
31
32
- /// The default interval after which we regenerate output spending transactions.
32
+ /// The default interval in blocks after which we regenerate output spending transactions.
33
33
pub const DEFAULT_REGENERATE_SPEND_THRESHOLD : u32 = 144 ;
34
34
35
35
/// The state of a spendable output currently tracked by an [`OutputSweeper`].
@@ -126,7 +126,7 @@ impl_writeable_tlv_based!(TrackedSpendableOutput, {
126
126
///
127
127
/// Users should call [`Self::track_spendable_outputs`] for any [`SpendableOutputDescriptor`]s received via [`Event::SpendableOutputs`].
128
128
///
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`]
130
130
/// implementation and hence has to be connected with the utilized chain data sources.
131
131
///
132
132
/// 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