mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
dadbdf488c
Don't assume removal is +6 months, but have a start deprecation/end support range. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
42 lines
898 B
Markdown
42 lines
898 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
|
|
------------
|
|
|
|
[comment]: # (GENERATE-FROM-SCHEMA-START)
|
|
On success, an empty object is returned.
|
|
|
|
[comment]: # (GENERATE-FROM-SCHEMA-END)
|
|
|
|
AUTHOR
|
|
------
|
|
|
|
ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible.
|
|
|
|
SEE ALSO
|
|
--------
|
|
|
|
lightning-delinvoice(7), lightning-autoclean-status(7)
|
|
|
|
RESOURCES
|
|
---------
|
|
|
|
Main web site: <https://github.com/ElementsProject/lightning>
|
|
|
|
[comment]: # ( SHA256STAMP:8e8ea93d37e6896251df4a07648383e72064aa75f0a415820f773178fc35083c)
|