Skip to content

Commit 8f6f0a9

Browse files
committed
f - remove stray comment
1 parent d8aa054 commit 8f6f0a9

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
@@ -1564,7 +1564,7 @@ impl UnfundedChannelContext {
15641564
pub(super) struct FundingScope {
15651565
channel_value_satoshis: u64,
15661566
value_to_self_msat: u64, // Excluding all pending_htlcs, fees, and anchor outputs
1567-
//
1567+
15681568
/// minimum channel reserve for self to maintain - set by them.
15691569
counterparty_selected_channel_reserve_satoshis: Option<u64>,
15701570

0 commit comments

Comments
 (0)