We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d406d9 commit 38a2186Copy full SHA for 38a2186
lightning/src/ln/features.rs
@@ -65,6 +65,12 @@
65
//! [BOLT-3](https://github.com/lightning/bolts/blob/master/03-transactions.md) for more
66
//! information).
67
//!
68
+//! LDK knows about the following features, but does not support them:
69
+//! - `AnchorsNonzeroFeeHtlcTx` - the initial version of anchor outputs, which was later found to be
70
+//! vulnerable (see this
71
+//! [mailing list post](https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-September/002796.html)
72
+//! for more information).
73
+//!
74
//! [BOLT #9]: https://github.com/lightning/bolts/blob/master/09-features.md
75
//! [messages]: crate::ln::msgs
76
0 commit comments