Skip to content

Commit b318b4b

Browse files
committed
f: Remove diff-specific comments, move them to final git message
1 parent 1fd8098 commit b318b4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)