diff --git a/common/features.c b/common/features.c index 3cf4c6c76..b434646c3 100644 --- a/common/features.c +++ b/common/features.c @@ -119,7 +119,7 @@ static const struct dependency feature_deps[] = { */ #if EXPERIMENTAL_FEATURES { OPT_ANCHOR_OUTPUTS, OPT_STATIC_REMOTEKEY }, - /* BOLT-7b04b1461739c5036add61782d58ac490842d98b #9: + /* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9: * Name | Description | Context | Dependencies | * ... * `option_dual_fund` | ... | ... | `option_anchor_outputs` diff --git a/common/features.h b/common/features.h index da0a49ea1..e4236b847 100644 --- a/common/features.h +++ b/common/features.h @@ -119,10 +119,10 @@ u8 *featurebits_or(const tal_t *ctx, const u8 *f1 TAKES, const u8 *f2 TAKES); */ #define OPT_SHUTDOWN_ANYSEGWIT 26 -/* BOLT-7b04b1461739c5036add61782d58ac490842d98b #9: - * | 222/223 | `option_dual_fund` | ... IN9 ... +/* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9: + * | 28/29 | `option_dual_fund` | ... IN9 ... */ -#define OPT_DUAL_FUND 222 +#define OPT_DUAL_FUND 28 /* BOLT-9fc25cfd2895578c0b1ab701ebe6c1eb67a19623 #9: *