Skip to content

Commit 42e68e0

Browse files
committed
Update feature bits to avoid clash
1 parent 4382b07 commit 42e68e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

09-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ The Context column decodes as follows:
4141
| 20/21 | `option_anchor_outputs` | Anchor outputs | IN | `option_static_remotekey` | [BOLT #3](03-transactions.md) |
4242
| 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] |
4343
| 26/27 | `option_shutdown_anysegwit` | Future segwit versions allowed in `shutdown` | IN | | [BOLT #2][bolt02-shutdown] |
44-
| 36/37 | `want_peer_backup_storage` | Want to use other nodes to store encrypted backup data | IN | | [BOLT #1][bolt01-node-backup], [BOLT #2][bolt02-channel-backup] |
45-
| 38/39 | `provide_peer_backup_storage` | Can store other nodes' encrypted backup data | IN | | [BOLT #1][bolt01-node-backup], [BOLT #2][bolt02-channel-backup] |
44+
| 40/41 | `want_peer_backup_storage` | Want to use other nodes to store encrypted backup data | IN | | [BOLT #1][bolt01-node-backup], [BOLT #2][bolt02-channel-backup] |
45+
| 42/43 | `provide_peer_backup_storage` | Can store other nodes' encrypted backup data | IN | | [BOLT #1][bolt01-node-backup], [BOLT #2][bolt02-channel-backup] |
4646

4747
## Requirements
4848

4949
The origin node:
5050
* If it supports a feature above, SHOULD set the corresponding odd
5151
bit in all feature fields indicated by the Context column unless
52-
indicated that it must set the even feature bit instead.
52+
indicated that it must set the even feature bit instead.
5353
* If it requires a feature above, MUST set the corresponding even
5454
feature bit in all feature fields indicated by the Context column,
5555
unless indicated that it must set the odd feature bit instead.

0 commit comments

Comments
 (0)