Skip to content

Commit aa72876

Browse files
committed
f comments
1 parent 0b1920d commit aa72876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/util/config.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ pub struct ChannelHandshakeLimits {
128128
///
129129
/// Default value: 144, or roughly one day and only applies to outbound channels.
130130
pub max_minimum_depth: u32,
131-
/// Whether we implicitly trust our own funding transactions to not be double-spent.
131+
/// Whether we implicitly trust funding transactions generated by us for our own outbound
132+
/// channels to not be double-spent.
132133
///
133134
/// If this is set, we assume that our own funding transactions are *never* double-spent, and
134135
/// thus we can trust them without any confirmations. This is generally a reasonable

0 commit comments

Comments
 (0)