mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
allow plugin opts in config
This commit is contained in:
parent
426b22fdcb
commit
901bd7c1c3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue