From e6157a932275ed5a0c0bed2752dbd30f42a5d77e Mon Sep 17 00:00:00 2001 From: Andrea Raspitzu Date: Fri, 4 Oct 2019 14:30:13 +0200 Subject: [PATCH] Restrict option_support_large_channel to even bits in channel_announcement message --- 09-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-features.md b/09-features.md index 160f18b63..ca465dbdc 100644 --- a/09-features.md +++ b/09-features.md @@ -36,7 +36,7 @@ The Context column decodes as follows: | 6/7 | `gossip_queries` | More sophisticated gossip control | IN | [BOLT #7][bolt07-query] | | 8/9 | `var_onion_optin` | Requires/supports variable-length routing onion payloads | IN | [Routing Onion Specification][bolt04] | | 10/11 | `gossip_queries_ex` | Gossip queries can include additional information | IN | [BOLT #7][bolt07-query] | -| 14/15 | `option_support_large_channel` | Can create large channels | INC | [BOLT #2](02-peer-protocol.md#the-open_channel-message) | +| 14/15 | `option_support_large_channel` | Can create large channels | INC+ | [BOLT #2](02-peer-protocol.md#the-open_channel-message) | ## Requirements