Skip to content

Commit e55ff01

Browse files
committed
f be more forceful
1 parent b5147da commit e55ff01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lightning/src/util/config.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,8 @@ pub struct ChannelHandshakeLimits {
135135
/// assumption, given we're the only ones who could ever double-spend it (assuming we have sole
136136
/// control of the signing keys).
137137
///
138-
/// You may wish to un-set this if you allow the user to (or do in an automated fashion)
139-
/// double-spend the funding transaction with an alternative channel open to RBF a channel
140-
/// opening transaction.
138+
/// You must un-set this if you allow the user to (or do in an automated fashion) double-spend
139+
/// funding transaction with an alternative channel open to RBF a channel opening transaction.
141140
///
142141
/// This only applies if our counterparty set their confirmations-required value to 0, and we
143142
/// always trust our own funding transaction at 1 confirmation irrespective of this value.

0 commit comments

Comments
 (0)