Skip to content

Commit 138bf61

Browse files
committed
f s/which/that/
1 parent bf4655a commit 138bf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fee_estimator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::time::Duration;
2121
pub(crate) enum ConfirmationTarget {
2222
/// The default target for onchain payments.
2323
OnchainPayment,
24-
/// The target which we use for funding transactions.
24+
/// The target that we use for funding transactions.
2525
ChannelFunding,
2626
/// Targets used by LDK.
2727
Lightning(LdkConfirmationTarget),

0 commit comments

Comments
 (0)