-
Notifications
You must be signed in to change notification settings - Fork 96
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
Allow invoice expiry of 3 days or less #592
Comments
I'm not able to reproduce the issue with WoS. I can pay a Phoenix generated invoice from WoS without errors, even with an expiry of 1 week or 3 weeks. I cannot test with the Kucoin CEX though. Are you sure it's related to Bolt11 invoices expiry values? Do you have an error message from these services you can share?
That was in the legacy app, you could enter any expiry you wanted. In the v2 app, the app only let you choose between fixed values to make things simpler. |
Strangely sending from WOS is working now, last time it failed after sending from Kucoin had failed made me assume it was the same reason.
Unfortunately, this decision does not make it simpler for me 😞 |
The fix will be available in the next Android version. For iOS, we'll need a separate commit so I reopen the ticket. |
Currently in the android app, the invoice expiry can be changed between 1, 2, or 3 weeks only.
However, some CEX (like kucoin) and other custodial wallets like WOS, don't allow invoices with an expiry of more than 3 days, which is making transactions to fail.
I thought I once saw a commit that allows changing the expiry between 1 second and 999999 seconds, but I'm not able to set it to less than a week in the app right now :strange:
Possibly related issue #335
The text was updated successfully, but these errors were encountered: