Skip to content

Commit 38a2186

Browse files
committed
Document nonzero anchors in features module.
1 parent 7d406d9 commit 38a2186

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lightning/src/ln/features.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
//! [BOLT-3](https://github.com/lightning/bolts/blob/master/03-transactions.md) for more
6666
//! information).
6767
//!
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+
//!
6874
//! [BOLT #9]: https://github.com/lightning/bolts/blob/master/09-features.md
6975
//! [messages]: crate::ln::msgs
7076

0 commit comments

Comments
 (0)