mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
opts: Fix crossed wires in autocleaninvoice options
Reported-by: Nadav Ivgi <@shesek> Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -409,7 +409,7 @@ static void config_register_opts(struct lightningd *ld)
|
||||
"Perform cleanup of expired invoices every given seconds, or do not autoclean if 0");
|
||||
opt_register_arg("--autocleaninvoice-expired-by",
|
||||
opt_set_u64, opt_show_u64,
|
||||
&ld->ini_autocleaninvoice_cycle,
|
||||
&ld->ini_autocleaninvoice_expiredby,
|
||||
"If expired invoice autoclean enabled, invoices that have expired for at least this given seconds are cleaned");
|
||||
opt_register_arg("--proxy", opt_add_proxy_addr, NULL,
|
||||
ld,"Set a socks v5 proxy IP address and port");
|
||||
|
||||
Reference in New Issue
Block a user