Are lnrpcpaymentfailurereason errors permanent? #6364
-
When programatically making a payment, sometimes there is an error. i.e. https://api.lightning.community/#lnrpcpaymentfailurereason However is it ever possible that one of these errors is temporary? And then it turns out the payment actually succeeded? Or when I have one of these errors, it's final. And I know it's impossible for the payment to succeed? Like does an error of What does it look like if a payment is stuck in a limbo state, where it's not sure if the payment succeeded or failed yet? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
All of the errors are final, and the payment is failed. If somehow you got one of these errors but it later succeeded, it would be a bug. In that case, submitting an issue with relevant logs will be much appreciated!
In this case, your payment should have a status saying it's in-flight. |
Beta Was this translation helpful? Give feedback.
All of the errors are final, and the payment is failed. If somehow you got one of these errors but it later succeeded, it would be a bug. In that case, submitting an issue with relevant logs will be much appreciated!
In this case, your payment should have a status saying it's in-flight.