mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Document nonzero anchors in features module.
This commit is contained in:
parent
7d406d95b4
commit
38a2186cb6
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@
|
||||||
//! [BOLT-3](https://github.com/lightning/bolts/blob/master/03-transactions.md) for more
|
//! [BOLT-3](https://github.com/lightning/bolts/blob/master/03-transactions.md) for more
|
||||||
//! information).
|
//! information).
|
||||||
//!
|
//!
|
||||||
|
//! LDK knows about the following features, but does not support them:
|
||||||
|
//! - `AnchorsNonzeroFeeHtlcTx` - the initial version of anchor outputs, which was later found to be
|
||||||
|
//! vulnerable (see this
|
||||||
|
//! [mailing list post](https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-September/002796.html)
|
||||||
|
//! for more information).
|
||||||
|
//!
|
||||||
//! [BOLT #9]: https://github.com/lightning/bolts/blob/master/09-features.md
|
//! [BOLT #9]: https://github.com/lightning/bolts/blob/master/09-features.md
|
||||||
//! [messages]: crate::ln::msgs
|
//! [messages]: crate::ln::msgs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue