From 09e0794b06c7492bdeded817e90bf54551720e41 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 23 Sep 2021 11:59:50 +0930 Subject: [PATCH] common/features: try to add all proposed feature names. Signed-off-by: Rusty Russell --- common/features.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/features.c b/common/features.c index b1d71c809..1f3ef3ae9 100644 --- a/common/features.c +++ b/common/features.c @@ -388,22 +388,22 @@ const char *feature_name(const tal_t *ctx, size_t f) "option_support_large_channel", "option_anchor_outputs", /* 20/21 */ "option_anchors_zero_fee_htlc_tx", - NULL, + "option_trampoline_routing", /* https://github.com/lightningnetwork/lightning-rfc/pull/836 */ "option_shutdown_anysegwit", "option_dual_fund", - NULL, /* 30/31 */ + "option_amp", /* 30/31 */ /* https://github.com/lightningnetwork/lightning-rfc/pull/658 */ NULL, + "option_upgrade_channel", /* https://github.com/lightningnetwork/lightning-rfc/pull/868 */ NULL, - NULL, - "option_onion_messages", /* 38/39 */ - NULL, /* 40/41 */ - NULL, + "option_onion_messages", /* https://github.com/lightningnetwork/lightning-rfc/pull/759 */ + "option_want_peer_backup", /* 40/41 */ /* https://github.com/lightningnetwork/lightning-rfc/pull/881 */ + "option_provide_peer_backup", /* https://github.com/lightningnetwork/lightning-rfc/pull/881 */ NULL, NULL, NULL, NULL, /* 50/51 */ NULL, - NULL, + "option_keysend", NULL, NULL, NULL, /* 60/61 */