AlphaWallet / alpha-wallet-android

An advanced Ethereum mobile wallet
https://www.alphawallet.com
MIT License
601 stars 534 forks source link

In Send pane: don't proceed if token amount is 0 #3317

Open tab00 opened 1 year ago

tab00 commented 1 year ago

Currently it's possible to send 0 tokens, and the transaction gets processed on the blockchain. It normally wouldn't make sense to do that and would be a waste of gas fee.

So maybe there should be a validation error message if "Next" button is pressed when amount field is 0 or blank.

JamesSmartCell commented 1 year ago

Ok, it's a valid operation, but like you say why would you? unless you're a developer testing something .