File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -388,22 +388,22 @@ const char *feature_name(const tal_t *ctx, size_t f)
388
388
"option_support_large_channel" ,
389
389
"option_anchor_outputs" , /* 20/21 */
390
390
"option_anchors_zero_fee_htlc_tx" ,
391
- NULL ,
391
+ "option_trampoline_routing" , /* https://github.com/lightningnetwork/lightning-rfc/pull/836 */
392
392
"option_shutdown_anysegwit" ,
393
393
"option_dual_fund" ,
394
- NULL , /* 30/31 */
395
- NULL ,
394
+ "option_amp" , /* 30/31 */ /* https://github.com/lightningnetwork/lightning-rfc/pull/658 */
396
395
NULL ,
396
+ "option_upgrade_channel" , /* https://github.com/lightningnetwork/lightning-rfc/pull/868 */
397
397
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 */
401
401
NULL ,
402
402
NULL ,
403
403
NULL ,
404
404
NULL , /* 50/51 */
405
405
NULL ,
406
- NULL ,
406
+ "option_keysend" ,
407
407
NULL ,
408
408
NULL ,
409
409
NULL , /* 60/61 */
You can’t perform that action at this time.
0 commit comments