We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb02fa1 commit 29a92ceCopy full SHA for 29a92ce
1 file changed
lightningd/lightningd.c
@@ -907,6 +907,7 @@ static struct feature_set *default_features(const tal_t *ctx)
907
OPTIONAL_FEATURE(OPT_PROVIDE_STORAGE),
908
/* Removed later for elements */
909
OPTIONAL_FEATURE(OPT_ANCHORS_ZERO_FEE_HTLC_TX),
910
+ OPTIONAL_FEATURE(OPT_SPLICE),
911
};
912
913
for (size_t i = 0; i < ARRAY_SIZE(features); i++) {
0 commit comments