fuels-wallet
fuels-wallet copied to clipboard
User can send ETH to the same address the user is sending from
Should it be possible to send ETH
back to the same address as shown in the video?
This is probably allowed at a protocol level but do you want to allow that in Fuel wallets, it can result in the following negative user experience:
- The user will simply burn fees for no reason
- The user might do this accidentally, in this case, at least a warning would be useful
https://github.com/FuelLabs/fuel-connectors/assets/114662397/f103485a-d948-4950-a500-bbd30a6cecd5
Expected behaviour:
- Block users from being able to send assets to the same address they're sending from, or
- Warn users that they're about to send assets to the same address they're sending from
This is good catch and maybe a good thing to add in the wallet in the future.
I don't think we should fix this as:
- protocol allows you to send to yourself
- wallet is clearly showing "From" and "To" as the same account