From 67d5a2e1f70f0e29fa63114ce809aaf1810357f5 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Mon, 15 Dec 2025 23:06:47 +0100 Subject: [PATCH] Remove context from assumed bits --- 09-features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/09-features.md b/09-features.md index cbea63ca3..e8726e09c 100644 --- a/09-features.md +++ b/09-features.md @@ -39,7 +39,7 @@ The Context column decodes as follows: | 8/9 | `var_onion_optin` | ASSUMED | | | | | 10/11 | `gossip_queries_ex` | Gossip queries can include additional information | IN | | [BOLT #7][bolt07-query] | | 12/13 | `option_static_remotekey` | ASSUMED | | | | -| 14/15 | `payment_secret` | ASSUMED | IN9 | | [Routing Onion Specification][bolt04] | +| 14/15 | `payment_secret` | ASSUMED | | | [Routing Onion Specification][bolt04] | | 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) | | 22/23 | `option_anchors` | Anchor commitment type with zero fee HTLC transactions | INT | | [BOLT #3][bolt03-htlc-tx], [lightning-dev][ml-sighash-single-harmful] | @@ -50,7 +50,7 @@ The Context column decodes as follows: | 36/37 | `option_attribution_data` | Can generate/relay attribution data in `update_fail_htlc` and `update_fulfill_htlc` | IN9 | | [BOLT #4][bolt04-attribution-data] | | 38/39 | `option_onion_messages` | Can forward onion messages | IN | | [BOLT #7](04-onion-routing.md#onion-messages) | | 42/43 | `option_provide_storage` | Can store other nodes' encrypted backup data | IN | | [BOLT #1](01-messaging.md#peer-storage) | -| 44/45 | `option_channel_type` | ASSUMED | IN | | | +| 44/45 | `option_channel_type` | ASSUMED | | | | | 46/47 | `option_scid_alias` | Supply channel aliases for routing | INT | | [BOLT #2][bolt02-channel-ready] | | 48/49 | `option_payment_metadata` | Payment metadata in tlv record | 9 | | [BOLT #11](11-payment-encoding.md#tagged-fields) | | 50/51 | `option_zeroconf` | Understands zeroconf channel types | INT | `option_scid_alias` | [BOLT #2][bolt02-channel-ready] |