Skip to content

Commit d9edef3

Browse files
committed
f fix comment
1 parent a9f8a14 commit d9edef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2727,7 +2727,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
27272727
}
27282728
} else {
27292729
// If the channel is inbound (i.e. counterparty pays the fee), we need to make sure
2730-
// sending a new HTLC won't reduce their balance below our dust threshold.
2730+
// sending a new HTLC won't reduce their balance below our reserve threshold.
27312731
let mut real_dust_limit_success_sat = self.counterparty_dust_limit_satoshis;
27322732
if !self.opt_anchors() {
27332733
real_dust_limit_success_sat += self.feerate_per_kw as u64 * htlc_success_tx_weight(false) / 1000;

0 commit comments

Comments
 (0)