We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1726fee commit 66bd127Copy full SHA for 66bd127
lightning/src/util/config.rs
@@ -29,7 +29,8 @@ pub struct ChannelHandshakeConfig {
29
///
30
/// This is one of the main parameters of our security model. We (or one of our watchtowers) MUST
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).
+ /// 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).
34
35
/// Meanwhile, asking for a too high delay, we bother peer to freeze funds for nothing in
36
/// case of an honest unilateral channel close, which implicitly decrease the economic value of
0 commit comments