Skip to content

Commit 3502681

Browse files
committed
f s/implementors/FeeEstimator implementors
1 parent a33d60c commit 3502681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/chain/chaininterface.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ pub enum ConfirmationTarget {
129129
///
130130
/// Generally spending these outputs is safe as long as they eventually confirm, so a value
131131
/// (slightly above) the mempool minimum should suffice. However, as this value will influence
132-
/// how long funds will be unavailable after channel closure, implementors might want to choose
133-
/// a higher feerate to have user regain control over their funds faster.
132+
/// how long funds will be unavailable after channel closure, [`FeeEstimator`] implementors
133+
/// might want to choose a higher feerate to have user regain control over their funds faster.
134134
///
135135
/// [`OutputSweeper`]: crate::util::sweep::OutputSweeper
136136
/// [`SpendableOutputDescriptor`]: crate::sign::SpendableOutputDescriptor

0 commit comments

Comments
 (0)