alpha-wallet-android icon indicating copy to clipboard operation
alpha-wallet-android copied to clipboard

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

Open tab00 opened this issue 2 years ago • 1 comments

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.

tab00 avatar Sep 24 '23 20:09 tab00

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

JamesSmartCell avatar Sep 26 '23 07:09 JamesSmartCell