-
Notifications
You must be signed in to change notification settings - Fork 911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
store correct reason of failed forwards in the database #2435
Comments
+1 |
Unless we are the failing node it is unlikely that we even learn the reason for a failed payment. See the
So we'd be limited to differentiating malformed HTLC failures (if it's the next hop failing) or an opaque failire if any later node fails. In the case of a local failure we can of course be more verbose and log the failcode. |
Hi, @cdecker! I‘m confused with this: |
I think an optional field in the result of |
This issue also can be closed(#2524 ) |
Please store the correct reason (channel out of capacity ...) in the forward table and show it in the rpc request
The text was updated successfully, but these errors were encountered: