Skip to content

Commit 90de1c4

Browse files
committed
f note required buffer as antoine suggested
1 parent 04cfd77 commit 90de1c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/util/config.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,10 @@ pub struct ChannelConfig {
169169
/// [`ChannelHandshakeConfig::our_to_self_delay`] applies to the remaining
170170
/// (non-HTLC-encumbered) balance.
171171
///
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,
173173
/// 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).
175176
///
176177
/// Default value: [`MIN_CLTV_EXPIRY_DELTA`], which we enforce as a minimum so you can change
177178
/// the config to ask for more security, not less.

0 commit comments

Comments
 (0)