Skip to content

Commit 13476d7

Browse files
committed
f Improve regaining control comment
1 parent 3502681 commit 13476d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chaininterface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub enum ConfirmationTarget {
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
132132
/// 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.
133+
/// might want to choose a higher feerate to regain control over funds faster.
134134
///
135135
/// [`OutputSweeper`]: crate::util::sweep::OutputSweeper
136136
/// [`SpendableOutputDescriptor`]: crate::sign::SpendableOutputDescriptor

0 commit comments

Comments
 (0)