Skip to content

Commit 09e0794

Browse files
rustyrussellcdecker
authored andcommitted
common/features: try to add all proposed feature names.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 7ef2f4d commit 09e0794

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

common/features.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,22 +388,22 @@ const char *feature_name(const tal_t *ctx, size_t f)
388388
"option_support_large_channel",
389389
"option_anchor_outputs", /* 20/21 */
390390
"option_anchors_zero_fee_htlc_tx",
391-
NULL,
391+
"option_trampoline_routing", /* https://github.com/lightningnetwork/lightning-rfc/pull/836 */
392392
"option_shutdown_anysegwit",
393393
"option_dual_fund",
394-
NULL, /* 30/31 */
395-
NULL,
394+
"option_amp", /* 30/31 */ /* https://github.com/lightningnetwork/lightning-rfc/pull/658 */
396395
NULL,
396+
"option_upgrade_channel", /* https://github.com/lightningnetwork/lightning-rfc/pull/868 */
397397
NULL,
398-
"option_onion_messages", /* 38/39 */
399-
NULL, /* 40/41 */
400-
NULL,
398+
"option_onion_messages", /* https://github.com/lightningnetwork/lightning-rfc/pull/759 */
399+
"option_want_peer_backup", /* 40/41 */ /* https://github.com/lightningnetwork/lightning-rfc/pull/881 */
400+
"option_provide_peer_backup", /* https://github.com/lightningnetwork/lightning-rfc/pull/881 */
401401
NULL,
402402
NULL,
403403
NULL,
404404
NULL, /* 50/51 */
405405
NULL,
406-
NULL,
406+
"option_keysend",
407407
NULL,
408408
NULL,
409409
NULL, /* 60/61 */

0 commit comments

Comments
 (0)