mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
allow plugin opts in config
This commit is contained in:
committed by
Christian Decker
parent
426b22fdcb
commit
901bd7c1c3
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user