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.
s/which/that/
1 parent bf4655a commit 138bf61Copy full SHA for 138bf61
src/fee_estimator.rs
@@ -21,7 +21,7 @@ use std::time::Duration;
21
pub(crate) enum ConfirmationTarget {
22
/// The default target for onchain payments.
23
OnchainPayment,
24
- /// The target which we use for funding transactions.
+ /// The target that we use for funding transactions.
25
ChannelFunding,
26
/// Targets used by LDK.
27
Lightning(LdkConfirmationTarget),
0 commit comments