mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
bcabb3825f
1. If the tool changes, you need to regenerate since the output may change. 2. This didn't just filter that out, ignored all but the first dependency, which made bisecting the bookkeeper plugin a nightmare: it didn't regenerate the .po file, causing random crashes. If we want this, try $(filter-out tools/fromschema.py) instead. But I don't think we want that. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
898 B
898 B
lightning-delexpiredinvoice -- Command for removing expired invoices
SYNOPSIS
delexpiredinvoice [maxexpirytime]
DESCRIPTION
The delexpiredinvoice RPC command removes all invoices that have expired on or before the given maxexpirytime.
If maxexpirytime is not specified then all expired invoices are deleted.
RETURN VALUE
On success, an empty object is returned.
AUTHOR
ZmnSCPxj <ZmnSCPxj@protonmail.com> is mainly responsible.
SEE ALSO
lightning-delinvoice(7), lightning-autocleaninvoice(7)
RESOURCES
Main web site: https://github.com/ElementsProject/lightning