Skip to content

Commit

Permalink
BOLT 9: don't advertize option_support_large_channel in channel_annou…
Browse files Browse the repository at this point in the history
…ncement.

Turns out Eclair doesn't, and as c-lightning 0.8.2 implemented and Matt
noticed in #770, it
should have been ODD anyway!

See also: ElementsProject/lightning#3703

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and cdecker committed May 11, 2020
1 parent 61dd63a commit 3a8911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a8911d

Please sign in to comment.