Skip to content
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

[Bug] Cannot encrypt message for a recipient account w/o transactions #136

Closed
Eugenity opened this issue Feb 22, 2021 · 2 comments
Closed
Labels
P3 Issue Minor issue with aesthetics

Comments

@Eugenity
Copy link

A user is unable to initiate a transaction with selected Encrypted checkbox. There was a similar issue for a desktop wallet which was fixed before.

Steps to reproduce:

  1. Create a profile
  2. Create seed account
  3. Claim tokens from faucet link for the first account
  4. Use Send function for a first account
  5. Specify To field with an address of the seed account
  6. Type acything in the Message field
  7. Tap Encrypted checkbox
  8. Tap Send button
  9. Tap Confirm

Actual result: The transaction is not initiated, confirmation page is blank
Expected result: A user is able to initiate transaction with encrypted message for a new recipient account

20210222_153402.mp4
@jabo38
Copy link

jabo38 commented Feb 25, 2021

I think that there is no way to do this because of the fact the network doesn't know the other user's public key, but it would be really good to show a proper error message here as they try to encrypt or what not to prevent the other problems.

@cryptoBeliever
Copy link
Contributor

Yes. To encrypt you need to have sender private key and recipient public key. The second one is not accessible for not known accounts. However, message is not clear.

@cryptoBeliever cryptoBeliever added the P3 Issue Minor issue with aesthetics label Feb 25, 2021
@Pow1404 Pow1404 added this to Issue backlog in Symbol Mobile Wallet Mar 2, 2021
@Peersyst Peersyst moved this from Issue backlog to In progress in Symbol Mobile Wallet Mar 9, 2021
Symbol Mobile Wallet automation moved this from In progress to Done Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Issue Minor issue with aesthetics
Development

No branches or pull requests

3 participants