CityOfZion/neon-wallet

Feature Request: Add ability to transfer a zero amount of tokens

hal0x2328 opened this issue · 2 comments

Neon should be able to make transfers with a zero amount, since it's a valid NEP-17 transaction and this can be used as a signal by some smart contracts for manual interaction. For instance, claiming GAS from the NeoBurger contract is done by creating a transfer of zero bNEO to the contract address.

Currently the UI does not allow a zero-token transfer, the send button is greyed out until a non-zero amount is entered.