Skip to content

Commit

Permalink
fixup! WIP: BOLT 7: Onion message support.
Browse files Browse the repository at this point in the history
Add draft feature bit for onion_messages.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Mar 29, 2020
1 parent f392205 commit 9fc25cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 09-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ The Context column decodes as follows:
| 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) |
| 102/103 | `option_onion_messages` | Can forward onion messages | INC+ | | [BOLT #7](07-routing-gossip.md#onion-messages) |


## Requirements

Expand Down

0 comments on commit 9fc25cf

Please sign in to comment.