-
Notifications
You must be signed in to change notification settings - Fork 367
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
Expose a PaymentForwardingFailed
Event
#1392
Comments
I can take a stab at this. Just a couple of questions:
|
Sorry for the delay here.
Yes, correct, I was using it to refer to the forwardee and HTLC source.
Ah, no, sorry, I believe that branch is for if the claim is duplicative of a previous claim (which can happen sometimes). For the forwarding-failed case you probably want to look at |
I think this was closed by #1403 |
I believe that only applies in cases where we forwarded the HTLC and then have it fail, if we receive an HTLC and decide we can't forward it without forwarding at all, we don't generate the event. Will open a new issue for that. |
When we try to forward a payment but it fails, users may want to know about this, as it may imply something about rebalancing channels or at least may be something users want to collect stats about. As discussed in #1391 I don't think we want to expose payment hash here, but source + sink channels+nodes and whether we forwarded at all or failed without being able to forward would be useful info for users.
The text was updated successfully, but these errors were encountered: