Open
Description
Description
Wallet is not able to send transaction with encrypted message if user decide to send to namespace alias linked to account.
Steps to reproduce
- Go to transfer transaction view.
- Put address alias instead address. For example:
cryptobeliever
(on mainnet) - Put message to encrypt for example "Test"
- Check the "Encrypt message" checkbox
Result
We receive the error "Invalid recipient public key".
Expected result
- The wallet should be able to fetch the public key for an address (it has outgoing transactions) related to the alias and encrypt the message.
- The wallet should be able also to decrypt messages sent to the alias even when the alias will expire.