|
41 | 41 | //! (see [BOLT-4](https://github.com/lightning/bolts/blob/master/04-onion-routing.md#basic-multi-part-payments) for more information).
|
42 | 42 | //! - `Wumbo` - requires/supports that a node create large channels. Called `option_support_large_channel` in the spec.
|
43 | 43 | //! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#the-open_channel-message) for more information).
|
| 44 | +//! - `AnchorsZeroFeeHtlcTx` - requires/supports that commitment transactions include anchor outputs |
| 45 | +//! and HTLC transactions are pre-signed with zero fee (see |
| 46 | +//! [BOLT-3](https://github.com/lightning/bolts/blob/master/03-transactions.md) for more |
| 47 | +//! information). |
44 | 48 | //! - `ShutdownAnySegwit` - requires/supports that future segwit versions are allowed in `shutdown`
|
45 | 49 | //! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md) for more information).
|
46 | 50 | //! - `OnionMessages` - requires/supports forwarding onion messages
|
|
60 | 64 | //! for more info).
|
61 | 65 | //! - `Keysend` - send funds to a node without an invoice
|
62 | 66 | //! (see the [`Keysend` feature assignment proposal](https://github.com/lightning/bolts/issues/605#issuecomment-606679798) for more information).
|
63 |
| -//! - `AnchorsZeroFeeHtlcTx` - requires/supports that commitment transactions include anchor outputs |
64 |
| -//! and HTLC transactions are pre-signed with zero fee (see |
65 |
| -//! [BOLT-3](https://github.com/lightning/bolts/blob/master/03-transactions.md) for more |
66 |
| -//! information). |
67 | 67 | //!
|
68 | 68 | //! LDK knows about the following features, but does not support them:
|
69 | 69 | //! - `AnchorsNonzeroFeeHtlcTx` - the initial version of anchor outputs, which was later found to be
|
@@ -1029,7 +1029,7 @@ mod tests {
|
1029 | 1029 | // Check that the flags are as expected:
|
1030 | 1030 | // - option_data_loss_protect (req)
|
1031 | 1031 | // - var_onion_optin (req) | static_remote_key (req) | payment_secret(req)
|
1032 |
| - // - basic_mpp | wumbo | anchors_zero_fee_htlc_tx |
| 1032 | + // - basic_mpp | wumbo | option_anchors_zero_fee_htlc_tx |
1033 | 1033 | // - opt_shutdown_anysegwit
|
1034 | 1034 | // - onion_messages
|
1035 | 1035 | // - option_channel_type | option_scid_alias
|
|
0 commit comments