-
Notifications
You must be signed in to change notification settings - Fork 37
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
Scanning some QR codes will crash the application #275
Comments
Please check the handbook on how to file bugs. |
Give a specific example. The specific one that you have tested. |
Please edit steps to reproduce to:
|
Let's investigate what happens in the case of scanning a bitcoin QR code (when in a Bitcoin's SendPage): does BitcoinUrlBuilder return an |
Steps to reproduce:
Current results:
Application crashes
Expected results:
An error is shown, but app keeps working.
The reason is that
ParseAddressOrUrl
function will raise an exception in that case.geewallet/src/GWallet.Backend/UtxoCoin/UtxoCoinAccount.fs
Line 614 in 2857266
The text was updated successfully, but these errors were encountered: