Skip to content
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

Stuck sending eth from non-selected account #5897

Closed
zxm04 opened this issue Dec 9, 2018 · 0 comments
Closed

Stuck sending eth from non-selected account #5897

zxm04 opened this issue Dec 9, 2018 · 0 comments
Assignees
Labels
area-UI Relating to the user interface. type-bug

Comments

@zxm04
Copy link

zxm04 commented Dec 9, 2018

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:

  1. Select "account 1"
  2. Click on "Send"
  3. Select "From" account with "account 2", set amount to 0.1
  4. Click on "next"
  5. Stuck with loading gif

Expected behavior
Send should be able to proceed.

Browser details (please complete the following information):

  • OS: OSX
  • Browser: Chrome
  • MetaMask Version: 5.1.0

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 check normalizedTxParams.from !== this.getSelectedAddress()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-UI Relating to the user interface. type-bug
Projects
None yet
Development

No branches or pull requests

3 participants