You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 09-features.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,15 @@ The Context column decodes as follows:
41
41
| 20/21 |`option_anchor_outputs`| Anchor outputs | IN |`option_static_remotekey`|[BOLT #3](03-transactions.md)|
42
42
| 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]|
43
43
| 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]|
46
46
47
47
## Requirements
48
48
49
49
The origin node:
50
50
* If it supports a feature above, SHOULD set the corresponding odd
51
51
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.
53
53
* If it requires a feature above, MUST set the corresponding even
54
54
feature bit in all feature fields indicated by the Context column,
55
55
unless indicated that it must set the odd feature bit instead.
0 commit comments