From 3a8911dc7a1ca92dc831bc833f149f70ca6a7c65 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 8 May 2020 11:35:29 +0930 Subject: [PATCH] BOLT 9: don't advertize option_support_large_channel in channel_announcement. Turns out Eclair doesn't, and as c-lightning 0.8.2 implemented and Matt noticed in https://github.com/lightningnetwork/lightning-rfc/pull/770, it should have been ODD anyway! See also: https://github.com/ElementsProject/lightning/issues/3703 Signed-off-by: Rusty Russell --- 09-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-features.md b/09-features.md index d8a01ca4b..2eab54fb2 100644 --- a/09-features.md +++ b/09-features.md @@ -37,7 +37,7 @@ The Context column decodes as follows: | 12/13 | `option_static_remotekey` | Static key for remote output | IN | | [BOLT #3](03-transactions.md) | | 14/15 | `payment_secret` | Node supports `payment_secret` field | IN9 | `var_onion_optin` | [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 | INC+ | | [BOLT #2](02-peer-protocol.md#the-open_channel-message) | +| 18/19 | `option_support_large_channel` | Can create large channels | IN | | [BOLT #2](02-peer-protocol.md#the-open_channel-message) | ## Requirements