CORIONplatform / solidity

GNU General Public License v3.0
12 stars 9 forks source link

Use case of check in approval #110

Closed Dexaran closed 7 years ago

Dexaran commented 7 years ago

What is the use case of this check?

The user can not approve more than he has on balance. If user A has 100 tokens he can approve user B 100 tokens and user C 100 tokens. So the total amount of approved funds will be 200 tokens.

So why the user can not approve more than he has to one address, but can approve more than he has to two different addresses?

iFA88 commented 7 years ago

We have discussed it and we accept your suggestion!