Skip to content
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

SendPayment: Improve handling of in-transit payments #2577

Open
kaloudis opened this issue Nov 26, 2024 · 0 comments
Open

SendPayment: Improve handling of in-transit payments #2577

kaloudis opened this issue Nov 26, 2024 · 0 comments

Comments

@kaloudis
Copy link
Contributor

Per Leo in Telegram:

One problem I've run into with Zeus is that a payment I'm making is being "held" for whatever reason by the recipient node, most likely by accident. In the current UI, a held payment is indistinguishable from a failed payment, so in my previous cases (and again today), i just try making another payment, which is again held, and another payment, which is again held. All three payments eventually go through and I'm stuck with three double-scoop ice cream cones.
Some error/notification that's different from success/failure might be useful here

We have some code to explicitly catch Zaplocker payments and display an appropriate message, but not in-transit messages in general (despite highlighting them on the main wallet view).

Should be able to make some changes here: https://github.com/ZeusLN/zeus/blob/master/stores/TransactionsStore.ts#L566

@kaloudis kaloudis changed the title SendPayment: Improve handling over in-transit payments SendPayment: Improve handling of in-transit payments Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant