mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
common: don't set DF feature in invoices.
Merged spec says: ``` | 28/29 | `option_dual_fund` | Use v2 of channel open, enables dual funding | IN | ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
2cb6da14fb
commit
a9dffcb1e4
@ -88,7 +88,7 @@ static const struct feature_style feature_styles[] = {
|
||||
{ OPT_DUAL_FUND,
|
||||
.copy_style = { [INIT_FEATURE] = FEATURE_REPRESENT,
|
||||
[NODE_ANNOUNCE_FEATURE] = FEATURE_REPRESENT,
|
||||
[BOLT11_FEATURE] = FEATURE_REPRESENT,
|
||||
[BOLT11_FEATURE] = FEATURE_DONT_REPRESENT,
|
||||
[CHANNEL_FEATURE] = FEATURE_DONT_REPRESENT} },
|
||||
/* FIXME: Currently not explicitly signalled, but we do
|
||||
* support it for zeroconf */
|
||||
|
Loading…
Reference in New Issue
Block a user