Concordium / concordium-desktop-wallet

Desktop wallet for the Concordium blockchain. For Windows, macOS and Linux.
Apache License 2.0
2 stars 4 forks source link

Export account credential displays wrong error on account not found #323

Open orhoj opened 2 years ago

orhoj commented 2 years ago

Bug Description When attempting to export an account credential for an account that does not exist, the error shown is "Connection failed" when the UI should in fact tell the user that no account with the given address exists.

Steps to Reproduce

  1. Multi signature transactions
  2. Export a key
  3. Account credentials
  4. Select an identity
  5. Continue
  6. Paste in an account address for an account that does not exist. The address has to be a valid account address.
  7. The error shown is "Connection failed".

Expected Result The error shown should be that the account does not exist.

Versions