mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-04 04:54:47 +01:00
b9ac032329
The idea is that you regenerate the man pages in the same commit you alter them: that's how we know whether to try regenerating them or not (git doesn't store timestamps, so it can't really tell). Travis will now check this, so force them all to sync to this commit. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
38 lines
724 B
Markdown
38 lines
724 B
Markdown
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>
|
|
|