We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424800f commit 79f3275Copy full SHA for 79f3275
lightningd/options.c
@@ -858,11 +858,13 @@ static void register_opts(struct lightningd *ld)
858
opt_set_wumbo, ld,
859
"Allow channels larger than 0.16777215 BTC");
860
861
+#if EXPERIMENTAL_FEATURES
862
opt_register_early_noarg("--experimental-dual-fund",
863
opt_set_dual_fund, ld,
864
"experimental: Advertise dual-funding"
865
" and allow peers to establish channels"
866
" via v2 channel open protocol");
867
+#endif
868
869
/* This affects our features, so set early. */
870
opt_register_early_noarg("--experimental-onion-messages",
0 commit comments