-
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
Unable to Send Transaction when selecting Tx Fee rates in MetaMask on v6 #6118
Comments
tmashuang
changed the title
Unable to Send Transaction in MetaMask on v6
Unable to Send Transaction when selecting Tx Fee rates in MetaMask on v6
Feb 7, 2019
@tmashuang perhaps from #6090 ? |
We're adding a couple extra zeros here metamask-extension/ui/app/components/send/send-content/send-gas-row/send-gas-row.container.js Lines 82 to 87 in 97e92a1
|
Can't revert, since it also is messing up number input for the 'Advanced Gas Controls'. Possible need to two convert the Slow/Fast tabs to just numbers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro Steps:
Additional Context
In my
send
state, I believe it shows the correct amounts for gasPrice/Amount, but when I select Advanced Options it shows me 1000000000 GWEI.Edit: No, the gas price is definitely not correct conversion to 1000000000 GWEI. Seems like we changed how to converted the Slow/Fast Tx Fee tabs to number, or vise versa.
The text was updated successfully, but these errors were encountered: