dual-funding: use correct feature bit number!!

Use designated feature bit, instead of future-bit.
This commit is contained in:
niftynei 2021-03-11 18:21:21 -06:00 committed by Rusty Russell
parent 2baa24801e
commit 737658503f
2 changed files with 4 additions and 4 deletions

View file

@ -119,7 +119,7 @@ static const struct dependency feature_deps[] = {
*/ */
#if EXPERIMENTAL_FEATURES #if EXPERIMENTAL_FEATURES
{ OPT_ANCHOR_OUTPUTS, OPT_STATIC_REMOTEKEY }, { OPT_ANCHOR_OUTPUTS, OPT_STATIC_REMOTEKEY },
/* BOLT-7b04b1461739c5036add61782d58ac490842d98b #9: /* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9:
* Name | Description | Context | Dependencies | * Name | Description | Context | Dependencies |
* ... * ...
* `option_dual_fund` | ... | ... | `option_anchor_outputs` * `option_dual_fund` | ... | ... | `option_anchor_outputs`

View file

@ -119,10 +119,10 @@ u8 *featurebits_or(const tal_t *ctx, const u8 *f1 TAKES, const u8 *f2 TAKES);
*/ */
#define OPT_SHUTDOWN_ANYSEGWIT 26 #define OPT_SHUTDOWN_ANYSEGWIT 26
/* BOLT-7b04b1461739c5036add61782d58ac490842d98b #9: /* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9:
* | 222/223 | `option_dual_fund` | ... IN9 ... * | 28/29 | `option_dual_fund` | ... IN9 ...
*/ */
#define OPT_DUAL_FUND 222 #define OPT_DUAL_FUND 28
/* BOLT-9fc25cfd2895578c0b1ab701ebe6c1eb67a19623 #9: /* BOLT-9fc25cfd2895578c0b1ab701ebe6c1eb67a19623 #9:
* *