Skip to content

Commit

Permalink
Restrict option_support_large_channel to even bits in channel_announc…
Browse files Browse the repository at this point in the history
…ement message
  • Loading branch information
araspitzu committed Oct 4, 2019
1 parent 8af0535 commit e6157a9
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 @@ -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

Expand Down

0 comments on commit e6157a9

Please sign in to comment.