core-lightning/doc/lightning-delinvoice.7.txt
Rusty Russell f031120903 doc: update return values of delinvoice, invoice, listinvoice, waitinvoice, waitanyinvoice.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-14 23:10:10 +00:00

36 lines
766 B
Plaintext

LIGHTNING-DELINVOICE(7)
=======================
:doctype: manpage
NAME
----
lightning-delinvoice - Protocol for removing an unpaid invoice.
SYNOPSIS
--------
*delinvoice* 'label'
DESCRIPTION
-----------
The *delinvoice* RPC command removes an unpaid invoice. The caller
should be particularly aware of the error case caused by a payment
just before this command is invoked!
RETURN VALUE
------------
On success, an invoice description will be returned as per lightning-listinvoice(7).
//FIXME:Enumerate errors
AUTHOR
------
Rusty Russell <rusty@rustcorp.com.au> is mainly responsible.
SEE ALSO
--------
lightning-listinvoice(7), lightning-waitinvoice(7), lightning-invoice(7).
RESOURCES
---------
Main web site: https://github.com/ElementsProject/lightning