Skip to content

Commit

Permalink
allow plugin opts in config
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbondi authored and cdecker committed Mar 28, 2019
1 parent 426b22f commit 901bd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningd/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 901bd7c

Please sign in to comment.