splicing: Remove dependency on experimental_dual_fund

Splicing should work automatically on v1 or v2 channels so this requirement isn’t needed.

Changelog-None
[ Squashed fixup into a single commit --RR ]
This commit is contained in:
Dusty Daemon
2023-08-05 22:49:42 -04:00
committed by GitHub
parent 620a61ee09
commit fb179f2d5e
3 changed files with 0 additions and 5 deletions

View File

@@ -1197,8 +1197,6 @@ static char *opt_set_splicing(struct lightningd *ld)
feature_set_or(ld->our_features,
take(feature_set_for_feature(NULL,
OPTIONAL_FEATURE(OPT_SPLICE))));
/* Splicing requires dual-fund to be enabled */
opt_set_dual_fund(ld);
return NULL;
}