-
Notifications
You must be signed in to change notification settings - Fork 312
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
Neon cannot send total amount of GAS #2285
Comments
Yes, I can confirm this issue as well. It's still present in 2.9.4. |
NOTE: We should also include a conditional warning that renders in the UI if the user is about to send all of their GAS out of wallet |
Can this issue be closed? I think it has been fixed. |
I don't think it's fixed. I've encountered a few users with the problem since this issue was closed and this was just posted to Reddit: https://www.reddit.com/r/NEO/comments/1daerm3/cannot_send_gas_to_another_wallet/ |
There is a calculation issue when determining the maximum amount of GAS that can be sent after subtracting the required fee. The "Max" button will always show an amount plus fee less 0.06078673 GAS (and you can't manually override this maximum amount). So when the user sends the transaction after hitting the "Max" button they will always be left with 0.06078673 GAS in the wallet that cannot be transferred.
The text was updated successfully, but these errors were encountered: