Skip to content

Commit 198130e

Browse files
committed
f minus
1 parent 66bd127 commit 198130e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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 (minus some margin to allow us enough time to broadcast and confirm a transaction,
3333
/// possibly with time in between to RBF the spending transaction).
3434
///
3535
/// Meanwhile, asking for a too high delay, we bother peer to freeze funds for nothing in

0 commit comments

Comments
 (0)