Describe the bug
When the user's Ethereum account is not enabled, if they go to the Deposit tab in the Finance app, and enter random tokens (BAT, ZRX, MKR, for example) then it will say the user has some tokens in their account _even though no account is enabled_.
Mainnet or testnet?
Mainnet
Organization
any
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should indicate that there is no account found since no account is enabled. And it shouldn't show an incorrect number of tokens in the account even if it is enabled.
Screenshots
@sohkai maybe this is related to the issue you saw before, and from what John describes it has to do with the account not being enabled.
@AquiGorka Yes, this is definitely what I was seeing before. Haven't a chance to look into it yet, but good to keep this up as a tracking issue :).
Most likely this is due to the finance app (or somewhere implicit in aragonAPI) using 0x00...00 as the user's address if they haven't enabled their account.
Most helpful comment
@AquiGorka Yes, this is definitely what I was seeing before. Haven't a chance to look into it yet, but good to keep this up as a tracking issue :).