File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,10 @@ pub enum ConfirmationTarget {
85
85
/// (package relay) may obviate the need for this entirely.
86
86
MinAllowedAnchorChannelRemoteFee ,
87
87
/// The lowest feerate we will allow our channel counterparty to have in a non-anchor channel.
88
- /// This needs to be sufficient to get confirmed when the channel needs to be force-closed.
89
- /// Setting too low may result in force-closures.
90
88
///
91
89
/// This is the feerate on the transaction which we (or our counterparty) will broadcast in
92
- /// order to close the channel if a channel party goes away. Because our counterparty must
93
- /// ensure they can always broadcast the latest state, this value being too high will cause
94
- /// immediate force-closures.
90
+ /// order to close the channel if a channel party goes away. Setting this value too high will
91
+ /// cause immediate force-closures in order to avoid having an unbroadcastable state.
95
92
///
96
93
/// This feerate represents the fee we pick now, which must be sufficient to enter a block at an
97
94
/// arbitrary time in the future. Obviously this is not an estimate which is very easy to
You can’t perform that action at this time.
0 commit comments