From 35d02a784bcc6085d34d80ffed4e5874783dc944 Mon Sep 17 00:00:00 2001 From: niftynei Date: Tue, 7 Feb 2023 13:49:53 -0600 Subject: [PATCH] df: remove static remote key dependency Must be negotiated independently. Requested-By: @t-bast --- common/features.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common/features.c b/common/features.c index 203c0d2f3..de3e98fd6 100644 --- a/common/features.c +++ b/common/features.c @@ -168,12 +168,6 @@ static const struct dependency feature_deps[] = { * `option_anchors_zero_fee_htlc_tx` | ... | ... | `option_static_remotekey` */ { OPT_ANCHORS_ZERO_FEE_HTLC_TX, OPT_STATIC_REMOTEKEY }, - /* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9: - * Name | Description | Context | Dependencies | - * ... - * `option_dual_fund` | ... | ... | `option_static_remotekey` - */ - { OPT_DUAL_FUND, OPT_STATIC_REMOTEKEY }, /* BOLT-route-blinding #9: * Name | Description | Context | Dependencies | * ...