We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1920d commit aa72876Copy full SHA for aa72876
lightning/src/util/config.rs
@@ -128,7 +128,8 @@ pub struct ChannelHandshakeLimits {
128
///
129
/// Default value: 144, or roughly one day and only applies to outbound channels.
130
pub max_minimum_depth: u32,
131
- /// Whether we implicitly trust our own funding transactions to not be double-spent.
+ /// Whether we implicitly trust funding transactions generated by us for our own outbound
132
+ /// channels to not be double-spent.
133
134
/// If this is set, we assume that our own funding transactions are *never* double-spent, and
135
/// thus we can trust them without any confirmations. This is generally a reasonable
0 commit comments