diff --git a/src/fee_estimator.rs b/src/fee_estimator.rs index 78dfe0140..b023ae964 100644 --- a/src/fee_estimator.rs +++ b/src/fee_estimator.rs @@ -21,7 +21,7 @@ use std::time::Duration; pub(crate) enum ConfirmationTarget { /// The default target for onchain payments. OnchainPayment, - /// The target which we use for funding transactions. + /// The target used for funding transactions. ChannelFunding, /// Targets used by LDK. Lightning(LdkConfirmationTarget),