We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f8a14 commit d9edef3Copy full SHA for d9edef3
lightning/src/ln/channel.rs
@@ -2727,7 +2727,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
2727
}
2728
} else {
2729
// 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.
+ // sending a new HTLC won't reduce their balance below our reserve threshold.
2731
let mut real_dust_limit_success_sat = self.counterparty_dust_limit_satoshis;
2732
if !self.opt_anchors() {
2733
real_dust_limit_success_sat += self.feerate_per_kw as u64 * htlc_success_tx_weight(false) / 1000;
0 commit comments