File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4984,7 +4984,6 @@ where
49844984 funding.get_channel_type(),
49854985 );
49864986
4987- // Note that this is now the capacity available after we have subtracted any non-zero-value anchors
49884987 let outbound_capacity_msat = local_balance_before_fee_msat
49894988 .saturating_sub(
49904989 funding.counterparty_selected_channel_reserve_satoshis.unwrap_or(0) * 1000);
@@ -5104,7 +5103,6 @@ where
51045103
51055104 #[allow(deprecated)] // TODO: Remove once balance_msat is removed.
51065105 AvailableBalances {
5107- // Note that this is now the capacity available after we have subtracted any non-zero-value anchors
51085106 inbound_capacity_msat: remote_balance_before_fee_msat.saturating_sub(funding.holder_selected_channel_reserve_satoshis * 1000),
51095107 outbound_capacity_msat,
51105108 next_outbound_htlc_limit_msat: available_capacity_msat,
You can’t perform that action at this time.
0 commit comments