Skip to content

Commit

Permalink
f s/which/that/
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Aug 30, 2024
1 parent bf4655a commit 138bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fee_estimator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 that we use for funding transactions.
ChannelFunding,
/// Targets used by LDK.
Lightning(LdkConfirmationTarget),
Expand Down

0 comments on commit 138bf61

Please sign in to comment.