File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,10 @@ static const struct feature_style feature_styles[] = {
86
86
[NODE_ANNOUNCE_FEATURE ] = FEATURE_REPRESENT ,
87
87
[BOLT11_FEATURE ] = FEATURE_REPRESENT ,
88
88
[CHANNEL_FEATURE ] = FEATURE_DONT_REPRESENT } },
89
- #if EXPERIMENTAL_FEATURES
90
89
{ OPT_SHUTDOWN_ANYSEGWIT ,
91
90
.copy_style = { [INIT_FEATURE ] = FEATURE_REPRESENT ,
92
91
[NODE_ANNOUNCE_FEATURE ] = FEATURE_REPRESENT ,
93
92
[CHANNEL_FEATURE ] = FEATURE_DONT_REPRESENT } },
94
- #endif
95
93
};
96
94
97
95
struct dependency {
Original file line number Diff line number Diff line change @@ -802,10 +802,10 @@ static struct feature_set *default_features(const tal_t *ctx)
802
802
OPTIONAL_FEATURE (OPT_BASIC_MPP ),
803
803
OPTIONAL_FEATURE (OPT_GOSSIP_QUERIES_EX ),
804
804
OPTIONAL_FEATURE (OPT_STATIC_REMOTEKEY ),
805
+ OPTIONAL_FEATURE (OPT_SHUTDOWN_ANYSEGWIT ),
805
806
#if EXPERIMENTAL_FEATURES
806
807
OPTIONAL_FEATURE (OPT_ANCHOR_OUTPUTS ),
807
808
OPTIONAL_FEATURE (OPT_ONION_MESSAGES ),
808
- OPTIONAL_FEATURE (OPT_SHUTDOWN_ANYSEGWIT ),
809
809
#endif
810
810
};
811
811
You can’t perform that action at this time.
0 commit comments