ZmnSCPxj
7 years ago
committed by
Christian Decker
11 changed files with 118 additions and 4 deletions
@ -0,0 +1,35 @@ |
|||||
|
LIGHTNING-DELEXPIREDINVOICE(7) |
||||
|
============================== |
||||
|
:doctype: manpage |
||||
|
|
||||
|
NAME |
||||
|
---- |
||||
|
lightning-delexpiredinvoice - Protocol 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, does nothing. |
||||
|
|
||||
|
AUTHOR |
||||
|
------ |
||||
|
ZmnSCPxj <ZmnSCPxj@protonmail.com> is mainly responsible. |
||||
|
|
||||
|
SEE ALSO |
||||
|
-------- |
||||
|
lightning-delinvoice(7) |
||||
|
|
||||
|
RESOURCES |
||||
|
--------- |
||||
|
Main web site: https://github.com/ElementsProject/lightning |
Loading…
Reference in new issue