desktop-wallet icon indicating copy to clipboard operation
desktop-wallet copied to clipboard

Infinite call for namespaces in case when namespace expired

Open cryptoBeliever opened this issue 2 years ago • 0 comments

Current behavior

The desktop wallet falls in an infinite loop when presenting a transfer transaction sent to an address alias. The wallet is doing infinite calls for the namespace (/namespace/.

Expected behavior

In case of an expired namespace/alias, it should be handled without errors in ViewTransferTransaction. Address resolutions?

Steps to reproduce

  1. Create a namespace
  2. Link the namespace with the address
  3. Send transaction to alias
  4. Wait for alias expire
  5. Open transaction history

Screenshot

image

cryptoBeliever avatar Feb 01 '23 17:02 cryptoBeliever