Skip to content

Commit 4805b16

Browse files
committed
allow plugin opts in config
1 parent b17b05b commit 4805b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightningd/options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ static void opt_parse_from_config(struct lightningd *ld, bool early)
712712
if (all_args[i] != NULL) {
713713
config_parse_line_number = i + 1;
714714
argv[1] = all_args[i];
715-
opt_early_parse(argc, argv,
715+
opt_early_parse_incomplete(argc, argv,
716716
config_log_stderr_exit);
717717
}
718718
}

0 commit comments

Comments
 (0)