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 {
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
You can’t perform that action at this time.
0 commit comments