mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-28 17:44:47 +01:00
ba7d4a8f6b
We were including the entire list of prerequisites when generating a shastamp, which for schemas includes the `tools/fromschema.py` doc. This meant all of our shasums were updating anytime this tool file changed. Instead, we just include the first prerequisite. See: https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html#Automatic-Variables
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-autocleaninvoice(7)
|
|
|
|
RESOURCES
|
|
---------
|
|
|
|
Main web site: <https://github.com/ElementsProject/lightning>
|
|
|
|
[comment]: # ( SHA256STAMP:c71baf4b5863fd6f4d2ba21a97d4106195ba10c5add21087142b1a5ee533da91)
|