File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,10 @@ pub enum ConfirmationTarget {
8585 /// (package relay) may obviate the need for this entirely.
8686 MinAllowedAnchorChannelRemoteFee ,
8787 /// 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.
9088 ///
9189 /// 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.
9592 ///
9693 /// This feerate represents the fee we pick now, which must be sufficient to enter a block at an
9794 /// 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