File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,8 @@ pub struct ChannelHandshakeLimits {
135
135
/// assumption, given we're the only ones who could ever double-spend it (assuming we have sole
136
136
/// control of the signing keys).
137
137
///
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.
141
140
///
142
141
/// This only applies if our counterparty set their confirmations-required value to 0, and we
143
142
/// always trust our own funding transaction at 1 confirmation irrespective of this value.
You can’t perform that action at this time.
0 commit comments