lnrpc: payment failure reason canceled

This commit is contained in:
Slyghtning
2024-07-08 09:45:47 +02:00
parent 04dde98edc
commit d18c4d61ce
4 changed files with 387 additions and 374 deletions

View File

@@ -4050,6 +4050,11 @@ enum PaymentFailureReason {
Insufficient local balance.
*/
FAILURE_REASON_INSUFFICIENT_BALANCE = 5;
/*
The payment was canceled.
*/
FAILURE_REASON_CANCELED = 6;
}
message Payment {