From 4805b16c5658c0d98603ff420f07110566bad091 Mon Sep 17 00:00:00 2001 From: Richard Bondi Date: Tue, 26 Mar 2019 22:20:31 -0500 Subject: [PATCH] allow plugin opts in config --- lightningd/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/options.c b/lightningd/options.c index 895cee1555e5..146711b1ab09 100644 --- a/lightningd/options.c +++ b/lightningd/options.c @@ -712,7 +712,7 @@ static void opt_parse_from_config(struct lightningd *ld, bool early) if (all_args[i] != NULL) { config_parse_line_number = i + 1; argv[1] = all_args[i]; - opt_early_parse(argc, argv, + opt_early_parse_incomplete(argc, argv, config_log_stderr_exit); } }