File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,10 @@ pub struct ChannelConfig {
169
169
/// [`ChannelHandshakeConfig::our_to_self_delay`] applies to the remaining
170
170
/// (non-HTLC-encumbered) balance.
171
171
///
172
- /// Thus, for HTLC-encumbered balances to be enforced on-chain, when a channel is force-closed,
172
+ /// Thus, for HTLC-encumbered balances to be enforced on-chain when a channel is force-closed,
173
173
/// we (or one of our watchtowers) MUST be online to check for broadcast of the current
174
- /// commitment transaction at least once per this many blocks.
174
+ /// commitment transaction at least once per this many blocks (plus some margin to allow us
175
+ /// enough time to broadcast and confirm a transaction).
175
176
///
176
177
/// Default value: [`MIN_CLTV_EXPIRY_DELTA`], which we enforce as a minimum so you can change
177
178
/// the config to ask for more security, not less.
You can’t perform that action at this time.
0 commit comments