-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Android] Recipient can not see decrypted message #283
Comments
This issue is on current market application. How to reproduce Precondition: Account X that doesn't have any outgoing transaction (public key not known to network) but has at least one incoming. Steps:
Result: Why This Happens It happens because we are not able fetch public key of recipient to correctly encrypt message. { Proposed Improvement Not allow to send encrypted message if public key of recipient is unknown. Same as in desktop wallet. |
@cryptoBeliever it's already implemented, I can not reproduce it this way. |
@NikolaiB edited the description a bit. Account X needs to have at least one incoming tx (but no outgoing). |
WTR:
Result: Blank field
The text was updated successfully, but these errors were encountered: