File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ pub struct ChannelHandshakeConfig {
29
29
///
30
30
/// This is one of the main parameters of our security model. We (or one of our watchtowers) MUST
31
31
/// 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).
33
34
///
34
35
/// Meanwhile, asking for a too high delay, we bother peer to freeze funds for nothing in
35
36
/// case of an honest unilateral channel close, which implicitly decrease the economic value of
You can’t perform that action at this time.
0 commit comments