mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
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:
@@ -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 ...
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user