-
Notifications
You must be signed in to change notification settings - Fork 300
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] Erroneous "Account does not exist" displays when an account has no SOL #336
Comments
I can make a PR to address this issue if you agree |
This is as expected. When an account did exist and all its SOL (aka lamports) are transferred out, making its balance 0, the account gets garbage collected by the run time. Making it no longer exist |
Ok, i understand, maybe is a too technical concept for general users do, but if you think that display that is enough we can close this issue |
@nickfrosty what about for cNFT Accounts? #378 |
@nickfrosty Technically, that’s correct. However, it could be confusing for users who recently swapped all of their SOL (lamports) to another token like JUP. When they check their account on the explorer and see ‘Account not found,’ it might feel alarming. A clearer message could help prevent this confusion what do you think ? @JuanMarchetto |
Describe the bug
"Account does not exist" is get displays when an account has no SOL, even if is an account with previus activity and has ATAs
To Reproduce
Steps to reproduce the behavior:
Example Links
Expected behavior
An account should be display his SOL balance as 0 in this escenario
Screenshots
The text was updated successfully, but these errors were encountered: