Skip to content

Commit

Permalink
df: remove static remote key dependency
Browse files Browse the repository at this point in the history
Must be negotiated independently.

Requested-By: @t-bast
  • Loading branch information
niftynei committed Feb 7, 2023
1 parent e279bd0 commit 91b04af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common/features.c
Expand Up @@ -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 |
* ...
Expand Down

0 comments on commit 91b04af

Please sign in to comment.