You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When sending ETH, if you select "From" from an account other than the current selected one, clicking "next" would stuck with loading gif.
To Reproduce
Steps to reproduce the behavior:
Select "account 1"
Click on "Send"
Select "From" account with "account 2", set amount to 0.1
Click on "next"
Stuck with loading gif
Expected behavior
Send should be able to proceed.
Browser details (please complete the following information):
Describe the bug
When sending ETH, if you select "From" from an account other than the current selected one, clicking "next" would stuck with loading gif.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Send should be able to proceed.
Browser details (please complete the following information):
Additional context
Problem lies in https://github.com/MetaMask/metamask-extension/blob/develop/app/scripts/controllers/transactions/index.js#L178
In
addUnapprovedTransaction
, we have the checknormalizedTxParams.from !== this.getSelectedAddress()
The text was updated successfully, but these errors were encountered: