Skip to content

Commit 0144138

Browse files
committed
Remove some additional excess words in ConfirmationTarget docs
1 parent 7fb3e49 commit 0144138

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lightning/src/chain/chaininterface.rs

+2-5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)