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 66bd127 commit 198130eCopy full SHA for 198130e
lightning/src/util/config.rs
@@ -29,7 +29,7 @@ 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 (minus 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
0 commit comments