We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad2d3f commit 0dc5b0cCopy full SHA for 0dc5b0c
lightning/src/ln/channel.rs
@@ -2066,7 +2066,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
2066
2067
// We can afford to use a lower bound with anchors than previously since we can now bump
2068
// fees when broadcasting our commitment. However, we must still make sure we meet the
2069
- // minimum mempool feerate, until package relay, is deployed such that we can ensure the
+ // minimum mempool feerate, until package relay is deployed, such that we can ensure the
2070
// commitment transaction propagates throughout node mempools on its own.
2071
let lower_limit_conf_target = if channel_type.supports_anchors_zero_fee_htlc_tx() {
2072
ConfirmationTarget::MempoolMinimum
0 commit comments