Skip to content

Commit 29a92ce

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 bb02fa1 commit 29a92ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)