Skip to content

Commit 0dc5b0c

Browse files
committed
f! comma
1 parent dad2d3f commit 0dc5b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
20662066

20672067
// We can afford to use a lower bound with anchors than previously since we can now bump
20682068
// 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
2069+
// minimum mempool feerate, until package relay is deployed, such that we can ensure the
20702070
// commitment transaction propagates throughout node mempools on its own.
20712071
let lower_limit_conf_target = if channel_type.supports_anchors_zero_fee_htlc_tx() {
20722072
ConfirmationTarget::MempoolMinimum

0 commit comments

Comments
 (0)