mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
allow plugin opts in config
This commit is contained in:
parent
426b22fdcb
commit
901bd7c1c3
@ -712,7 +712,7 @@ static void opt_parse_from_config(struct lightningd *ld, bool early)
|
|||||||
if (all_args[i] != NULL) {
|
if (all_args[i] != NULL) {
|
||||||
config_parse_line_number = i + 1;
|
config_parse_line_number = i + 1;
|
||||||
argv[1] = all_args[i];
|
argv[1] = all_args[i];
|
||||||
opt_early_parse(argc, argv,
|
opt_early_parse_incomplete(argc, argv,
|
||||||
config_log_stderr_exit);
|
config_log_stderr_exit);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user