mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
b2148d0eab
This means we will document deprecations and additions, rather than just pretending they've always been that way! 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-autoclean-status(7)
RESOURCES
Main web site: https://github.com/ElementsProject/lightning