We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When making a payment, the workflow does not retain state about the selected currency unit.
For example: On the main screen, I select to pay 10 USD. In the confirm payment screen, I am promped to make a payment of 10 sats.
It should retain the selected unit.
Main screen (USD):
Confirm payment screen (sats):
version: 0.9.0 OS: android
The text was updated successfully, but these errors were encountered:
Which backend interface are you using?
Sorry, something went wrong.
LND (REST)
Appears to only affect LNURL flows
https://github.com/ZeusLN/zeus/blob/master/views/LnurlPay/LnurlPay.tsx#L75:L81
v0.9.2-beta1 is now available for testing with a fix for this. Hope you try it out!
@luisschwab this should be addressed in v0.9.2 which is out now. Please reopen the issue if you continue to experience this. Thank you!
Works great now, thanks for working on this!
No branches or pull requests
When making a payment, the workflow does not retain state about the selected currency unit.
For example: On the main screen, I select to pay 10 USD. In the confirm payment screen, I am promped to make a payment of 10 sats.
It should retain the selected unit.
Main screen (USD):
Confirm payment screen (sats):
version: 0.9.0
OS: android
The text was updated successfully, but these errors were encountered: