Skip to content

Commit 7620c47

Browse files
committed
splice: Enable the splice in default settings
Turn splicing on by default for channel feature sets! Changelog-Added: Splicing is now enabled by default!
1 parent 55fbcb8 commit 7620c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightningd/lightningd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,7 @@ static struct feature_set *default_features(const tal_t *ctx)
907907
OPTIONAL_FEATURE(OPT_PROVIDE_STORAGE),
908908
/* Removed later for elements */
909909
OPTIONAL_FEATURE(OPT_ANCHORS_ZERO_FEE_HTLC_TX),
910+
OPTIONAL_FEATURE(OPT_SPLICE),
910911
};
911912

912913
for (size_t i = 0; i < ARRAY_SIZE(features); i++) {

0 commit comments

Comments
 (0)