Skip to content

Commit 66bd127

Browse files
committed
f mention rbf updates
1 parent 1726fee commit 66bd127

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
@@ -29,7 +29,8 @@ pub struct ChannelHandshakeConfig {
2929
///
3030
/// This is one of the main parameters of our security model. We (or one of our watchtowers) MUST
3131
/// be online to check for revoked transactions on-chain at least once every our_to_self_delay
32-
/// blocks (plus some margin to allow us enough time to broadcast and confirm a transaction).
32+
/// blocks (plus some margin to allow us enough time to broadcast and confirm a transaction,
33+
/// possibly with time in between to RBF the spending transaction).
3334
///
3435
/// Meanwhile, asking for a too high delay, we bother peer to freeze funds for nothing in
3536
/// case of an honest unilateral channel close, which implicitly decrease the economic value of

0 commit comments

Comments
 (0)