-
Notifications
You must be signed in to change notification settings - Fork 176
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
Wrong error message when trying to send all your tokens #583
Comments
@vgrichina @kcole16 First of all, why sending all fail? |
This actually should be fixed by this: #534 since we'll prevent user from sending their entire balance. Basically, this error is due to user trying to remove their state stake (minimum balance) without deleting their account, which is a requirement to do so. |
It's here: #534 |
Right, realized that after posting my message! |
But it's already handled with #534 changes. Right? User is available to send his |
@kcole16 @vgrichina Additionally, locally and on testnet we receive |
Closed by #534 |
Problem
If I try to send all my tokens to some other account, it will silently fail and in the console it shows
Expected Behavior
Report the real error to users (
LackBalance
).Steps to reproduce
The text was updated successfully, but these errors were encountered: