lightningd: trigger changed wait when delinvoice desconly used.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-07-22 17:16:17 +09:30
parent cbdfc75bde
commit 6782c2fef5
5 changed files with 43 additions and 8 deletions

View File

@@ -374,7 +374,9 @@ bool invoices_delete(struct invoices *invoices UNNEEDED,
{ fprintf(stderr, "invoices_delete called!\n"); abort(); }
/* Generated stub for invoices_delete_description */
bool invoices_delete_description(struct invoices *invoices UNNEEDED,
u64 inv_dbid UNNEEDED)
u64 inv_dbid UNNEEDED,
const struct json_escape *label UNNEEDED,
const char *description UNNEEDED)
{ fprintf(stderr, "invoices_delete_description called!\n"); abort(); }
/* Generated stub for invoices_delete_expired */
void invoices_delete_expired(struct invoices *invoices UNNEEDED,