Skip to content

Commit 49dbeea

Browse files
committed
Drop useless doc reference to pre-zero-HTLC-fee anchor channels
These aren't really used anywhere and were only live very briefly, so there's not really any point in informing our users that we don't support them. If anything, it will lead to confusion as the zero-HTLC-fee channel type is generally referred to simply as "anchor channels".
1 parent f4c2a01 commit 49dbeea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lightning/src/util/config.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,11 @@ pub struct ChannelHandshakeConfig {
176176
/// counterparties that do not support the `anchors_zero_fee_htlc_tx` option; we will simply
177177
/// fall back to a `static_remote_key` channel.
178178
///
179-
/// LDK will not support the legacy `option_anchors` commitment version due to a discovered
180-
/// vulnerability after its deployment. For more context, see the [`SIGHASH_SINGLE + update_fee
181-
/// Considered Harmful`] mailing list post.
182-
///
183179
/// Default value: `false` (This value is likely to change to `true` in the future.)
184180
///
185181
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
186182
/// [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
187183
/// [`DecodeError::InvalidValue`]: crate::ln::msgs::DecodeError::InvalidValue
188-
/// [`SIGHASH_SINGLE + update_fee Considered Harmful`]: https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-September/002796.html
189184
pub negotiate_anchors_zero_fee_htlc_tx: bool,
190185

191186
/// The maximum number of HTLCs in-flight from our counterparty towards us at the same time.

0 commit comments

Comments
 (0)