mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
delpay: code style changes and fixed docs
Changelog-Added: JSON-RPC: delpay a new method to delete the payment completed or failed. Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
0eb1e7e0ca
commit
9fbeb9bcdc
@@ -40,6 +40,7 @@ static const errcode_t PAY_INVOICE_EXPIRED = 207;
|
||||
static const errcode_t PAY_NO_SUCH_PAYMENT = 208;
|
||||
static const errcode_t PAY_UNSPECIFIED_ERROR = 209;
|
||||
static const errcode_t PAY_STOPPED_RETRYING = 210;
|
||||
static const errcode_t PAY_STATUS_UNEXPECTED = 211;
|
||||
|
||||
/* `fundchannel` or `withdraw` errors */
|
||||
static const errcode_t FUND_MAX_EXCEEDED = 300;
|
||||
|
||||
Reference in New Issue
Block a user