Skip to content

Commit

Permalink
fixup! bolt-09: reserve feature bits for option_anchors_zero_fee_htlc_tx
Browse files Browse the repository at this point in the history
  • Loading branch information
halseth committed Dec 22, 2020
1 parent 6392526 commit dfd2f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 09-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The Context column decodes as follows:
| 16/17 | `basic_mpp` | Node can receive basic multi-part payments | IN9 | `payment_secret` | [BOLT #4][bolt04-mpp] |
| 18/19 | `option_support_large_channel` | Can create large channels | IN | | [BOLT #2](02-peer-protocol.md#the-open_channel-message) |
| 20/21 | `option_anchor_outputs` | Anchor outputs | IN | `option_static_remotekey` | [BOLT #3](03-transactions.md) |
| 22/23 | `option_anchors_zero_fee_htlc_tx` | Anchor commitment type with zero fee HTLC txs | IN | | [BOLT #3][bolt03-htlc-tx], [lightning-dev][ml-zero-fee-vuln]|
| 22/23 | `option_anchors_zero_fee_htlc_tx` | Anchor commitment type with zero fee HTLC transactions | IN | | [BOLT #3][bolt03-htlc-tx], [lightning-dev][ml-sighash-single-harmful]|

## Requirements

Expand Down Expand Up @@ -86,4 +86,4 @@ This work is licensed under a [Creative Commons Attribution 4.0 International Li
[bolt07-sync]: 07-routing-gossip.md#initial-sync
[bolt07-query]: 07-routing-gossip.md#query-messages
[bolt04-mpp]: 04-onion-routing.md#basic-multi-part-payments
[ml-zero-fee-vuln]: https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-September/002796.html
[ml-sighash-single-harmful]: https://lists.linuxfoundation.org/pipermail/lightning-dev/2020-September/002796.html

0 comments on commit dfd2f46

Please sign in to comment.