common/features: understand the route_blinding feature (feature 24)

We don't set it, but we know how to now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-10-17 11:14:26 +10:30
parent c0ae2394d8
commit c94c742e58
2 changed files with 18 additions and 2 deletions

View File

@@ -132,6 +132,11 @@ struct feature_set *feature_set_dup(const tal_t *ctx,
#define OPT_CHANNEL_TYPE 44
#define OPT_PAYMENT_METADATA 48
/* BOLT-route-blinding #9:
* | 24/25 | `option_route_blinding` | Node supports blinded paths | IN9 | `var_onion_optin` | ...
*/
#define OPT_ROUTE_BLINDING 24
/* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9:
* | 28/29 | `option_dual_fund` | ... IN9 ...
*/