Skip to content

Commit 0bc52cc

Browse files
committed
Remove addl_nondust_htlc_count debug statement
This will make our lives easier when we use `get_next_commitment_stats` to determine the available balances in the channel.
1 parent ef844f2 commit 0bc52cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/sign/tx_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ impl TxBuilder for SpecTxBuilder {
194194
if channel_type.supports_anchor_zero_fee_commitments() {
195195
debug_assert_eq!(feerate_per_kw, 0);
196196
debug_assert_eq!(excess_feerate, 0);
197-
debug_assert_eq!(addl_nondust_htlc_count, 0);
198197
}
199198

200199
// Calculate inbound htlc count

0 commit comments

Comments
 (0)