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 188f299 commit 4a0ee9fCopy full SHA for 4a0ee9f
lightning/src/ln/channel.rs
@@ -3669,10 +3669,10 @@ impl<SP: Deref> ChannelContext<SP> where SP::Target: SignerProvider {
3669
if !self.channel_type.supports_anchors_zero_fee_htlc_tx() {
3670
on_counterparty_tx_dust_exposure_msat +=
3671
on_counterparty_tx_accepted_nondust_htlcs as u64 * htlc_success_tx_weight(&self.channel_type)
3672
- * excess_feerate as u64 / 1000;
+ * excess_feerate as u64;
3673
3674
on_counterparty_tx_offered_nondust_htlcs as u64 * htlc_timeout_tx_weight(&self.channel_type)
3675
3676
}
3677
3678
0 commit comments