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
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
When a user performs a transfer to its ethereum address, a send transaction appears in the list of transactions but there is no received transactions. This situation leads that balance does not match with transactions performed.
I think this is an edge case but still wallet should handle this user flow
The text was updated successfully, but these errors were encountered:
Right! I've already commented this in the past, I think that a user shouldn't be able to send funds to himself. I don't think that any user wants to send funds to himself paying a fee. The solution for me would be to disable the button in the form to prevent this behavior. What do you think? Am I missing some use case where a user of the wallet wants to do this? @krlosMata@AlbertoElias
When a user performs a transfer to its ethereum address, a
send
transaction appears in the list of transactions but there is noreceived
transactions. This situation leads that balance does not match with transactions performed.I think this is an edge case but still wallet should handle this user flow
The text was updated successfully, but these errors were encountered: