Steps to reproduce:
- Open GWallet Android app
- Navigate to Send page
- Click "scan" button
- Scan QR code that decodes to text "litecoin:ygfdty" (starts with "litecoin:" but has incorrect LTC address)
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.
|
failwith <| SPrintF1 "Address started with 'bitcoin:' but an address could not be extracted: %s" addressOrUrl |
Steps to reproduce:
Current results:
Application crashes
Expected results:
An error is shown, but app keeps working.
The reason is that
ParseAddressOrUrlfunction will raise an exception in that case.geewallet/src/GWallet.Backend/UtxoCoin/UtxoCoinAccount.fs
Line 614 in 2857266