-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Extra zeros in token value on send confirmation screen #6762
Comments
thanks @dpazdan, please holler if this comes up again |
This is happening for us too. |
I've been encountering this with other ERC20's today as well. The amount of 0's are the amount of decimals on the ERC20. |
thanks @Lastrellik @realisation - what MM version are you on and what tokens are you seeing it with? cc @tmashuang |
@bdresser Version 6.7.0 and we have some test tokens deployed to Kovan that are showing this behavior. The addresses of those tokens can be seen here:
Give me an address and I can send you some of these tokens if it's useful for you. Let me know if you need more help reproducing. |
We've reproduced, digging in now |
Fixed in Version 6.7.1, publishing now. |
Describe the bug
User reported seeing 25000000 USD on the send screen, with the equivalent USD value, when sending 25 USDC. I tested and confirmed this with a 0.9 USDC send (see screenshot below). If the transaction is confirmed, it will still send the correct amount.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See the correct amount prior to confirming.
Screenshots
Additional context
Support case #: 20866
The text was updated successfully, but these errors were encountered: