We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3502681 commit 13476d7Copy full SHA for 13476d7
lightning/src/chain/chaininterface.rs
@@ -130,7 +130,7 @@ pub enum ConfirmationTarget {
130
/// Generally spending these outputs is safe as long as they eventually confirm, so a value
131
/// (slightly above) the mempool minimum should suffice. However, as this value will influence
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.
+ /// might want to choose a higher feerate to regain control over funds faster.
134
///
135
/// [`OutputSweeper`]: crate::util::sweep::OutputSweeper
136
/// [`SpendableOutputDescriptor`]: crate::sign::SpendableOutputDescriptor
0 commit comments