Skip to content

Commit 40d73f5

Browse files
committed
f - remove stray comment
1 parent 18947ed commit 40d73f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ impl UnfundedChannelContext {
15851585
pub(super) struct FundingScope {
15861586
channel_value_satoshis: u64,
15871587
value_to_self_msat: u64, // Excluding all pending_htlcs, fees, and anchor outputs
1588-
//
1588+
15891589
/// minimum channel reserve for self to maintain - set by them.
15901590
counterparty_selected_channel_reserve_satoshis: Option<u64>,
15911591

0 commit comments

Comments
 (0)