We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fbcb8 commit 7620c47Copy full SHA for 7620c47
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