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
In the transaction list, if ETH is selected in the token sidebar, the sent amount shown next to a token transaction is "0 ETH". This is not useful information and can actually confuse users into thinking that they did not send anything with that transaction when in fact tokens were sent.
To recreate this:
(1) send tokens from MetaMask
(2) send an eth transaction with a non-zero eth amount
(3) Select the "Eth" option in the token sidebar on the home screen of the app
(4) Look at the amount sent info on the right side of the two rows corresponding to the two transactions you just sent
Meanwhile, if you select the token you just sent in the sidebar, the transaction row will correctly display the amount of token sent on the right side of the row.
We should change the behaviour of transactions so that, if they are token transactions, they display the token amount sent, instead of "0 ETH" on the right side of the transaction row.
Relevant screen shots:
The text was updated successfully, but these errors were encountered:
In the transaction list, if ETH is selected in the token sidebar, the sent amount shown next to a token transaction is "0 ETH". This is not useful information and can actually confuse users into thinking that they did not send anything with that transaction when in fact tokens were sent.
To recreate this:
(1) send tokens from MetaMask
(2) send an eth transaction with a non-zero eth amount
(3) Select the "Eth" option in the token sidebar on the home screen of the app
(4) Look at the amount sent info on the right side of the two rows corresponding to the two transactions you just sent
Meanwhile, if you select the token you just sent in the sidebar, the transaction row will correctly display the amount of token sent on the right side of the row.
We should change the behaviour of transactions so that, if they are token transactions, they display the token amount sent, instead of "0 ETH" on the right side of the transaction row.
Relevant screen shots:
The text was updated successfully, but these errors were encountered: