Skip to content

Commit be6beaf

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 a18f362 commit be6beaf

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
@@ -159,7 +159,6 @@ impl TxBuilder for SpecTxBuilder {
159159
if is_zero_fee_comm {
160160
debug_assert_eq!(feerate_per_kw, 0);
161161
debug_assert_eq!(excess_feerate_opt, Some(0));
162-
debug_assert_eq!(addl_nondust_htlc_count, 0);
163162
}
164163

165164
// Calculate inbound htlc count

0 commit comments

Comments
 (0)