Skip to content

Commit d1de8c5

Browse files
committed
lightningd: option_shutdown_anysegwit is no longer experimental.
lightning/bolts#672 was merged. Signed-off-by: Rusty Russell <[email protected]> Changelog-Added: Protocol: `option_shutdown_anysegwit` allows future segwit versions on shutdown transactions.
1 parent 91a08e3 commit d1de8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightningd/lightningd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,10 +802,10 @@ static struct feature_set *default_features(const tal_t *ctx)
802802
OPTIONAL_FEATURE(OPT_BASIC_MPP),
803803
OPTIONAL_FEATURE(OPT_GOSSIP_QUERIES_EX),
804804
OPTIONAL_FEATURE(OPT_STATIC_REMOTEKEY),
805+
OPTIONAL_FEATURE(OPT_SHUTDOWN_ANYSEGWIT),
805806
#if EXPERIMENTAL_FEATURES
806807
OPTIONAL_FEATURE(OPT_ANCHOR_OUTPUTS),
807808
OPTIONAL_FEATURE(OPT_ONION_MESSAGES),
808-
OPTIONAL_FEATURE(OPT_SHUTDOWN_ANYSEGWIT),
809809
#endif
810810
};
811811

0 commit comments

Comments
 (0)